mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -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;
|
lastSection = curSection;
|
||||||
|
|
||||||
PlayState.SONG = _song;
|
PlayState.SONG = _song;
|
||||||
|
|
||||||
|
// JUST FOR DEBUG DARNELL STUFF, GENERALIZE THIS FOR BETTER LOADING ELSEWHERE TOO!
|
||||||
|
PlayState.storyWeek = 8;
|
||||||
|
|
||||||
FlxG.sound.music.stop();
|
FlxG.sound.music.stop();
|
||||||
vocals.stop();
|
vocals.stop();
|
||||||
LoadingState.loadAndSwitchState(new PlayState());
|
LoadingState.loadAndSwitchState(new PlayState());
|
||||||
|
|
Loading…
Reference in a new issue