mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
move song end into debug block
This commit is contained in:
parent
adb41ce289
commit
d882d6568d
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue