mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-08-28 16:39:16 -04:00
poop
This commit is contained in:
parent
5bb760c1c7
commit
7d5817e49e
3 changed files with 16 additions and 1 deletions
|
@ -135,7 +135,7 @@ class PlayState extends MusicBeatState
|
|||
|
||||
if (SONG.song.toLowerCase() == 'spookeez' || SONG.song.toLowerCase() == 'monster' || SONG.song.toLowerCase() == 'south')
|
||||
{
|
||||
curState = "spooky";
|
||||
curStage = "spooky";
|
||||
halloweenLevel = true;
|
||||
|
||||
var hallowTex = FlxAtlasFrames.fromSparrow(AssetPaths.halloween_bg__png, AssetPaths.halloween_bg__xml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue