From 40233679c784c2e60faf69df7a7c575260129ab7 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 8 Sep 2021 11:53:20 -0400 Subject: [PATCH] DARNELL MOSTLY CHARTED --- source/ChartingState.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index f0580baa1..f697ff945 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -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());