mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 03:05:11 -05:00
Update ResultState.hx
This commit is contained in:
parent
70c7af1667
commit
11f0454769
1 changed files with 4 additions and 2 deletions
|
@ -721,12 +721,14 @@ class ResultState extends MusicBeatSubState
|
|||
}
|
||||
}
|
||||
|
||||
/*if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
|
||||
#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