TilePropertyTrackPath.tscn 575 B

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