Add scenes, static scene-finding mechanism, and scene pool for visual hold/tap notes.
This commit is contained in:
4
rhythm_game/note/visual/hold/hold_note.gd
Normal file
4
rhythm_game/note/visual/hold/hold_note.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
class_name HoldNote extends NoteVisual
|
||||
|
||||
var start_id: int
|
||||
var end_id: int
|
||||
Reference in New Issue
Block a user