| 12345678910111213141516171819 |
- [gd_scene load_steps=2 format=3 uid="uid://byv4sv3cayrmo"]
- [ext_resource type="Script" uid="uid://ben0fq5kf141g" path="res://Scripts/Parts/TilePropertyTrackPath.gd" id="1_hlygm"]
- [node name="TilePropertyTrackPath" type="HBoxContainer"]
- script = ExtResource("1_hlygm")
- [node name="Label" type="Label" parent="."]
- unique_name_in_owner = true
- layout_mode = 2
- size_flags_horizontal = 3
- text = "PROPERTY_NAME:"
- uppercase = true
- [node name="Button" type="Button" parent="."]
- layout_mode = 2
- text = "EDIT"
- [connection signal="pressed" from="Button" to="." method="on_pressed"]
|