Implement note visuals update method.

This commit is contained in:
2026-02-04 00:03:12 +08:00
parent 6ac9be6c79
commit fa0c53ac3e
4 changed files with 35 additions and 5 deletions

View File

@@ -2,8 +2,10 @@
[ext_resource type="Script" uid="uid://cbsnb8bdby0d" path="res://rhythm_game/note/visual/hold/hold_note.gd" id="1_5cv34"]
[node name="HoldNote" type="Node2D" unique_id=320259211]
[node name="HoldNote" type="Node2D" unique_id=320259211 node_paths=PackedStringArray("start", "end")]
script = ExtResource("1_5cv34")
start = NodePath("NoteStart")
end = NodePath("NoteEnd")
metadata/_custom_type_script = "uid://cbsnb8bdby0d"
[node name="NoteStart" type="Node2D" parent="." unique_id=1911676927]