From fa0ac2d0b88a05338b0b2ecec94fdfd268c2569d Mon Sep 17 00:00:00 2001 From: Not_HaydenGaming Date: Wed, 4 Jan 2023 16:57:39 -0500 Subject: [PATCH] SUCK MY DICK FILE LURKERS disables character menu thingy like charting state. --- source/PlayState.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index a9162817..7c4f7121 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -6390,7 +6390,7 @@ class PlayState extends MusicBeatState else iconP2.animation.curAnim.curFrame = 0; } - + #if debug if (FlxG.keys.justPressed.EIGHT && !endingSong && !inCutscene) { persistentUpdate = false; @@ -6399,6 +6399,7 @@ class PlayState extends MusicBeatState CustomFadeTransition.nextCamera = camOther; MusicBeatState.switchState(new CharacterEditorState(SONG.player2)); } + #end if (startingSong) {