Fixed not being able to select notes, and fixed the delete note bug.

This commit is contained in:
NeeEoo
2021-07-02 14:57:46 +02:00
parent 1263e69444
commit ececb4c3b2
3 changed files with 6 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ class Note extends FlxSprite
public var mustPress:Bool = false;
public var noteData:Int = 0;
public var rawNoteData:Int = 0;
public var canBeHit:Bool = false;
public var tooLate:Bool = false;
public var wasGoodHit:Bool = false;