mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
Merge 11f0454769
into 9e13ea0b2c
This commit is contained in:
commit
2d275b4c8e
1 changed files with 2 additions and 0 deletions
|
@ -721,12 +721,14 @@ class ResultState extends MusicBeatSubState
|
|||
}
|
||||
}
|
||||
|
||||
#if debug
|
||||
if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
|
||||
|
||||
if (FlxG.keys.justPressed.LEFT)
|
||||
{
|
||||
speedOfTween.x -= 0.1;
|
||||
}
|
||||
#end
|
||||
|
||||
if (controls.PAUSE)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue