mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01:00
Image path for snow effect fixed
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user