mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01:00
Graveyard terrain and background tiles implemented
This commit is contained in:
@@ -48,4 +48,12 @@ export class RainEffect extends FullscreenEffect
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
destroy()
|
||||
{
|
||||
super.destroy();
|
||||
|
||||
this.sound.pause();
|
||||
this.sound.remove();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user