Update ResultState.hx

This commit is contained in:
JVN-Pixels 2024-11-10 14:26:48 -08:00 committed by GitHub
parent 70c7af1667
commit 11f0454769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
{