charts and fixins

This commit is contained in:
Cameron Taylor
2020-12-11 00:57:42 -05:00
parent 8780f93c21
commit 6db82462f0
5 changed files with 9 additions and 6 deletions

View File

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