Files
godot-4-key-rhythm-game/rhythm_game/note/visual/hold/hold_note.tscn

42 lines
1.2 KiB
Plaintext
Raw Normal View History

[gd_scene format=3 uid="uid://dq5ocf0272tet"]
2026-02-01 23:14:52 +08:00
[ext_resource type="Script" uid="uid://cbsnb8bdby0d" path="res://rhythm_game/note/visual/hold/hold_note.gd" id="1_5cv34"]
2026-02-04 00:03:12 +08:00
[node name="HoldNote" type="Node2D" unique_id=320259211 node_paths=PackedStringArray("start", "end")]
2026-02-01 23:14:52 +08:00
script = ExtResource("1_5cv34")
2026-02-04 00:03:12 +08:00
start = NodePath("NoteStart")
end = NodePath("NoteEnd")
2026-02-01 23:14:52 +08:00
metadata/_custom_type_script = "uid://cbsnb8bdby0d"
[node name="NoteStart" type="Node2D" parent="." unique_id=1911676927]
[node name="ColorRect" type="ColorRect" parent="NoteStart" unique_id=1232591431]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -29.0
offset_top = -6.0
offset_right = 29.0
offset_bottom = 6.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.93, 0, 0, 1)
[node name="NoteEnd" type="Node2D" parent="." unique_id=2007025807]
[node name="ColorRect" type="ColorRect" parent="NoteEnd" unique_id=1179831333]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -29.0
offset_top = -6.0
offset_right = 29.0
offset_bottom = 6.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.93, 0, 0, 1)