game works again, twin-stick is fun

This commit is contained in:
Brandon
2020-11-07 16:13:41 -05:00
parent 3ce478d1fd
commit f9ee6bdddb
4 changed files with 9 additions and 11 deletions

View File

@ -119,8 +119,6 @@ class FreeplayState extends MusicBeatState
{
super.update(elapsed);
trace("Freeplay Menu Updating");
lerpScore = Math.floor(FlxMath.lerp(lerpScore, intendedScore, 0.4));
scoreText.text = "PERSONAL BEST:" + lerpScore;