game works again, twin-stick is fun
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user