better prototyping bullshit
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user