Files
2026-07-13 07:38:54 +02:00

34 lines
1.0 KiB
Plaintext

[gd_scene format=3 uid="uid://bjsiquu3pu2yi"]
[ext_resource type="Script" uid="uid://b8105tebdqgu7" path="res://scripts/hub.gd" id="1_l10or"]
[node name="Hub" type="Control" unique_id=1025413344]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_l10or")
[node name="CenterContainer" type="CenterContainer" parent="." unique_id=1963957334]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer" unique_id=1923587537]
layout_mode = 2
[node name="Dock" type="Label" parent="CenterContainer/VBoxContainer" unique_id=196076069]
layout_mode = 2
text = "Dock"
[node name="StartMissionButton" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1251733940]
layout_mode = 2
text = "Start Mission"
[connection signal="pressed" from="CenterContainer/VBoxContainer/StartMissionButton" to="." method="_on_start_mission_button_pressed"]