mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
DARNELL MOSTLY CHARTED
This commit is contained in:
parent
b3363fb547
commit
40233679c7
1 changed files with 4 additions and 0 deletions
|
@ -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