Implement note visuals update method.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user