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

@@ -169,8 +169,6 @@ class StoryMenuState extends MusicBeatState
override function update(elapsed:Float)
{
trace("Story Menu Updating");
// scoreText.setFormat('VCR OSD Mono', 32);
lerpScore = Math.floor(FlxMath.lerp(lerpScore, intendedScore, 0.5));