1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

move song end into debug block

This commit is contained in:
MtH 2021-04-21 22:58:36 +02:00
parent adb41ce289
commit d882d6568d

View file

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