added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[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"]