polish bits here and there

This commit is contained in:
Cameron Taylor
2020-10-29 23:52:26 -07:00
parent 2ba056bfc5
commit 6e1274d849
7 changed files with 26 additions and 17 deletions

View File

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