1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-07 03:57:19 +00:00

DARNELL MOSTLY CHARTED

This commit is contained in:
Cameron Taylor 2021-09-08 11:53:20 -04:00
parent b3363fb547
commit 40233679c7

View file

@ -632,6 +632,10 @@ class ChartingState extends MusicBeatState
lastSection = curSection;
PlayState.SONG = _song;
// JUST FOR DEBUG DARNELL STUFF, GENERALIZE THIS FOR BETTER LOADING ELSEWHERE TOO!
PlayState.storyWeek = 8;
FlxG.sound.music.stop();
vocals.stop();
LoadingState.loadAndSwitchState(new PlayState());