This commit is contained in:
JVN-Pixels 2024-11-10 22:26:52 +00:00 committed by GitHub
commit 2d275b4c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -721,12 +721,14 @@ class ResultState extends MusicBeatSubState
} }
} }
#if debug
if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1; if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
if (FlxG.keys.justPressed.LEFT) if (FlxG.keys.justPressed.LEFT)
{ {
speedOfTween.x -= 0.1; speedOfTween.x -= 0.1;
} }
#end
if (controls.PAUSE) if (controls.PAUSE)
{ {