Add scenes, static scene-finding mechanism, and scene pool for visual hold/tap notes.

This commit is contained in:
2026-01-30 00:35:01 +08:00
parent 81c8374058
commit dfac4bbfa5
15 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
class_name TapNote extends NoteVisual
var id: int = -1
func reset() -> void:
id = -1
func in_use() -> bool:
return id >= 0