cool new stuff lol

This commit is contained in:
Cameron Taylor
2020-10-18 17:59:53 -07:00
parent 51b39de6d9
commit 32c27dfb30
15 changed files with 362 additions and 247 deletions

View File

@ -15,6 +15,8 @@ class Note extends FlxSprite
public var wasGoodHit:Bool = false;
public var prevNote:Note;
public var sustainLength:Float = 0;
public var noteScore:Float = 1;
public static var swagWidth:Float = 160 * 0.7;