mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
poop
This commit is contained in:
parent
54c3faad99
commit
33acea20bf
1 changed files with 1 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…
Reference in a new issue