POLIIIISH SHIIIIT

This commit is contained in:
Cameron Taylor
2020-10-31 21:34:17 -07:00
parent 321a7d22f9
commit ff354d2b69
11 changed files with 175 additions and 14 deletions

View File

@ -75,6 +75,11 @@ class FreeplayState extends MusicBeatState
changeSelection(1);
}
if (controls.BACK)
{
FlxG.switchState(new StoryMenuState());
}
if (accepted)
{
PlayState.SONG = Song.loadFromJson(songs[curSelected].toLowerCase(), songs[curSelected].toLowerCase());