Merge branch 'master' of github.com:ninjamuffin99/Funkin-secret into nitpix

This commit is contained in:
MtH 2021-04-22 04:16:13 +02:00
commit 60e94bfc59
1 changed files with 2 additions and 5 deletions

View File

@ -2086,6 +2086,8 @@ class PlayState extends MusicBeatState
FlxG.switchState(new Charting()); */ FlxG.switchState(new Charting()); */
#if debug #if debug
if (FlxG.keys.justPressed.ONE)
endSong();
if (FlxG.keys.justPressed.EIGHT) if (FlxG.keys.justPressed.EIGHT)
{ {
/* 8 for opponent char /* 8 for opponent char
@ -2342,11 +2344,6 @@ class PlayState extends MusicBeatState
if (!inCutscene) if (!inCutscene)
keyShit(); keyShit();
#if debug
if (FlxG.keys.justPressed.ONE)
endSong();
#end
} }
function killCombo():Void function killCombo():Void