freeplay sounds

This commit is contained in:
Cameron Taylor
2020-11-17 16:22:29 -08:00
parent 433923bdbd
commit 1ed64e3fda
4 changed files with 26 additions and 9 deletions

View File

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