haha , also highscore.hx breaks switch

This commit is contained in:
Brandon
2020-11-07 15:52:21 -05:00
parent 473429d3ce
commit 4787234621
6 changed files with 29 additions and 3 deletions

View File

@ -144,8 +144,10 @@ class MainMenuState extends MusicBeatState
{
case 'story mode':
FlxG.switchState(new StoryMenuState());
trace("Story Menu Selected");
case 'freeplay':
FlxG.switchState(new FreeplayState());
trace("Freeplay Menu Selected");
case 'options':
FlxG.switchState(new OptionsMenu());
}