mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-06 19:47:30 +00:00
DARNELL MOSTLY CHARTED
This commit is contained in:
parent
b3363fb547
commit
40233679c7
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue