Image path for snow effect fixed
This commit is contained in:
parent
4b85a314c4
commit
ca794ca49c
@ -8,7 +8,7 @@ export class SnowEffect extends FullscreenEffect
|
|||||||
{
|
{
|
||||||
super();
|
super();
|
||||||
this.image = new Image();
|
this.image = new Image();
|
||||||
this.image.src = '/js/effects/snow.png';
|
this.image.src = 'js/effects/snow.png';
|
||||||
this.offset = 0;
|
this.offset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user