better prototyping bullshit

This commit is contained in:
Cameron Taylor
2020-10-13 19:12:31 -07:00
parent 7cf19cd186
commit 7e1ccefeb5
2 changed files with 34 additions and 25 deletions

View File

@ -18,6 +18,10 @@ class Note extends FlxSprite
public var noteScore:Float = 1;
public static var swagWidth:Float = 160 * 0.7;
public static var PURP_NOTE:Int = 0;
public static var GREEN_NOTE:Int = 2;
public static var BLUE_NOTE:Int = 1;
public static var RED_NOTE:Int = 3;
public function new(strumTime:Float, noteData:Int, ?prevNote:Note)
{