Image path for snow effect fixed

This commit is contained in:
Mal 2024-12-08 17:02:18 +01:00
parent 4b85a314c4
commit ca794ca49c

View File

@ -8,7 +8,7 @@ export class SnowEffect extends FullscreenEffect
{
super();
this.image = new Image();
this.image.src = '/js/effects/snow.png';
this.image.src = 'js/effects/snow.png';
this.offset = 0;
}