This commit is contained in:
Cameron Taylor
2020-12-21 16:23:22 -05:00
parent 2230e44fa6
commit 341bc7ca29
3 changed files with 16 additions and 1 deletions

View File

@ -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);