lightning shit

This commit is contained in:
Cameron Taylor
2020-11-01 15:20:13 -08:00
parent 40cce24b78
commit 0af3ab700d
15 changed files with 236 additions and 149 deletions

View File

@ -20,7 +20,13 @@ class FreeplayState extends MusicBeatState
if (!FlxG.sound.music.playing)
FlxG.sound.playMusic('assets/music/freakyMenu' + TitleState.soundExt);
if (StoryMenuState.weekUnlocked[1])
var isDebug:Bool = false;
#if debug
isDebug = true;
#end
if (StoryMenuState.weekUnlocked[1] || isDebug)
{
songs.push('Spookeez');
songs.push('South');