scores and dope shit

This commit is contained in:
Cameron Taylor
2020-10-03 12:32:15 -07:00
parent 32001dad2e
commit 75a02413de
4 changed files with 69 additions and 9 deletions

View File

@ -14,6 +14,8 @@ class Note extends FlxSprite
public var wasGoodHit:Bool = false;
public var prevNote:Note;
public var noteScore:Float = 1;
public function new(strumTime:Float, noteData:Int)
{
super();
@ -43,7 +45,10 @@ class Note extends FlxSprite
}
if (noteData < 0)
{
noteScore * 0.2;
alpha = 0.6;
}
}
override function update(elapsed:Float)