mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Image path for snow effect fixed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user