Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -6399,6 +6399,7 @@ class PlayState extends MusicBeatState
CustomFadeTransition.nextCamera = camOther;
MusicBeatState.switchState(new CharacterEditorState(SONG.player2));
}
#end

if (startingSong)
{
Expand Down