lil bullshit

This commit is contained in:
Cameron Taylor
2020-10-30 19:33:28 -07:00
parent f9b6c1461c
commit 12913b4f31
5 changed files with 10 additions and 3 deletions

View File

@ -69,6 +69,7 @@ class FreeplayState extends MusicBeatState
if (accepted)
{
PlayState.SONG = Song.loadFromJson(songs[curSelected].toLowerCase());
PlayState.isStoryMode = false;
FlxG.switchState(new PlayState());
FlxG.sound.music.stop();
}