Skip to content

Commit

Permalink
note luas
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Nov 30, 2023
1 parent 457807c commit 27aaa47
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 352 deletions.
2 changes: 2 additions & 0 deletions source/game/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class Note extends FlxSprite {

public var rawNoteData:Int = 0;

public var localAngle:Float = 0;

public var character:Int = 0;

public var characters:Array<Int> = [];
Expand Down
Loading

0 comments on commit 27aaa47

Please sign in to comment.