1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 17:39:20 +00:00
This commit is contained in:
Cameron Taylor 2020-12-21 17:20:57 -05:00
parent 33acea20bf
commit b889648968

View file

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