difficulty UI

This commit is contained in:
Cameron Taylor
2020-10-31 16:53:26 -07:00
parent a9638e1c42
commit 11872c3fce
5 changed files with 89 additions and 10 deletions

View File

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