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,10 @@
@abstract class_name NoteVisual extends Node2D
enum TYPE {
TAP = 0,
HOLD = 1
}
@abstract func reset() -> void
@abstract func in_use() -> bool