mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 16:00:54 +00:00
added the game
This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user