gdaoc/Scenes/2024/2024.tscn
2024-12-04 23:02:57 +00:00

22 lines
498 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://bw07oo5tgdkg5"]
[ext_resource type="Script" path="res://Scenes/2024/2024.gd" id="1_yeqs6"]
[node name="2024" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_yeqs6")
[node name="01" type="Button" parent="."]
layout_mode = 0
offset_right = 8.0
offset_bottom = 8.0
text = "01
"
[connection signal="pressed" from="01" to="." method="_on_01_pressed"]