35 lines
975 B
Plaintext
35 lines
975 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://bknnd7hecv0uc"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Scenes/ui.gd" id="1_gks0l"]
|
||
|
|
||
|
[node name="UI" 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_gks0l")
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_left = 2.0
|
||
|
offset_top = 2.0
|
||
|
offset_right = 1150.0
|
||
|
offset_bottom = 649.0
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="2024" type="Button" parent="MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "2024
|
||
|
"
|
||
|
|
||
|
[node name="Exit" type="Button" parent="MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "Exit"
|
||
|
|
||
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/2024" to="." method="_on_2024_pressed"]
|
||
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/Exit" to="." method="_on_exit_pressed"]
|