This commit is contained in:
2026-05-16 11:51:19 +02:00
commit 80c1b6a4e4
229 changed files with 5191 additions and 0 deletions

53
main_menu.tscn Normal file
View File

@@ -0,0 +1,53 @@
[gd_scene format=3 uid="uid://c70pwpcjq1one"]
[ext_resource type="Script" uid="uid://du41t41ntqcve" path="res://scripts/main_menu.gd" id="1_06t4h"]
[sub_resource type="LabelSettings" id="LabelSettings_rhts7"]
font_size = 45
[node name="MainMenu" type="Control" unique_id=37546468]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_06t4h")
[node name="Panel" type="Panel" parent="." unique_id=231584715]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.333
anchor_top = 0.333
anchor_right = 0.666
anchor_bottom = 0.666
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1064805612]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 20
[node name="Label" type="Label" parent="Panel/VBoxContainer" unique_id=2059204379]
layout_mode = 2
text = "Apointa"
label_settings = SubResource("LabelSettings_rhts7")
horizontal_alignment = 1
[node name="HouseSceneButton" type="Button" parent="Panel/VBoxContainer" unique_id=1760349238]
layout_mode = 2
theme_override_font_sizes/font_size = 30
text = "House Scene"
[node name="VestibuleButton" type="Button" parent="Panel/VBoxContainer" unique_id=1052522693]
layout_mode = 2
theme_override_font_sizes/font_size = 30
text = "Vestibule Scene"
[connection signal="pressed" from="Panel/VBoxContainer/HouseSceneButton" to="." method="_on_house_scene_button_pressed"]
[connection signal="pressed" from="Panel/VBoxContainer/VestibuleButton" to="." method="_on_vestibule_button_pressed"]