MAYBE DOIN CHART SHIT?

This commit is contained in:
Cameron Taylor
2020-11-21 02:43:04 -08:00
parent 60dfebcd0c
commit 826e8b7f0a
3 changed files with 31 additions and 2 deletions

View File

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