You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
55 lines
1.4 KiB
[gd_scene load_steps=4 format=3 uid="uid://ckt2twwgcgwtt"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/change_scene_button.gd" id="1_oyu1u"]
|
|
[ext_resource type="Script" path="res://scripts/ui/quit_button.gd" id="2_7spq8"]
|
|
[ext_resource type="Script" path="res://scripts/ui/last_checkpoint_button.gd" id="2_vu7kg"]
|
|
|
|
[node name="lose_screen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 1920.0
|
|
offset_bottom = 1080.0
|
|
|
|
[node name="Label" type="Label" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_right = 1912.0
|
|
offset_bottom = 376.0
|
|
text = "You lose"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="main_menu" type="Button" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_left = 632.0
|
|
offset_top = 776.0
|
|
offset_right = 1280.0
|
|
offset_bottom = 848.0
|
|
text = "Back To Main Menu"
|
|
script = ExtResource("1_oyu1u")
|
|
TARGET_SCENE = "res://scenes/main_menu.tscn"
|
|
|
|
[node name="last_checkpoint" type="Button" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_left = 632.0
|
|
offset_top = 632.0
|
|
offset_right = 1280.0
|
|
offset_bottom = 704.0
|
|
text = "Restore Last Save"
|
|
script = ExtResource("2_vu7kg")
|
|
GAME_SCENE = "res://scenes/poc.tscn"
|
|
|
|
[node name="quit" type="Button" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_left = 629.0
|
|
offset_top = 875.0
|
|
offset_right = 1284.0
|
|
offset_bottom = 952.0
|
|
text = "Quit"
|
|
script = ExtResource("2_7spq8")
|
|
|