Fix left in debug feature in ResultsState.hx

This commit is contained in:
JVN-Pixels 2024-11-10 08:30:55 -08:00 committed by GitHub
parent 9e13ea0b2c
commit 70c7af1667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -721,12 +721,12 @@ class ResultState extends MusicBeatSubState
} }
} }
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;
} }*/
if (controls.PAUSE) if (controls.PAUSE)
{ {