UI and menu bullshit

This commit is contained in:
Cameron Taylor
2020-10-30 14:18:26 -07:00
parent 057e40baa6
commit f5c865fbe5
28 changed files with 242 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class TitleState extends MusicBeatState
super.create();
#if SKIP_TO_PLAYSTATE
FlxG.switchState(new FreeplayState());
FlxG.switchState(new StoryMenuState());
#else
startIntro();
#end