41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://05prvqpy0r6m"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://73cn4swq2gc7" path="res://game_ui.tscn" id="1_c4p6k"]
|
|
[ext_resource type="PackedScene" uid="uid://e3dmisrrgqq7" path="res://testmap.tscn" id="2_qhspd"]
|
|
|
|
[node name="Level3D" type="Level3D"]
|
|
|
|
[node name="EndScreen" type="EndScreen" parent="."]
|
|
main_menu_scene = ExtResource("1_c4p6k")
|
|
game_scene = ExtResource("2_qhspd")
|
|
|
|
[node name="RestartButton" type="Button" parent="EndScreen"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -78.5
|
|
offset_top = -29.0
|
|
offset_right = 78.5
|
|
offset_bottom = 29.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
focus_neighbor_bottom = NodePath("../MainMenuButton")
|
|
text = "Restart"
|
|
|
|
[node name="MainMenuButton" type="Button" parent="EndScreen"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -78.0
|
|
offset_top = 55.0
|
|
offset_right = 79.0
|
|
offset_bottom = 113.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
focus_neighbor_top = NodePath("../RestartButton")
|
|
text = "Menu"
|