61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dsydnch32qh2h"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/lost_game_screen.gd" id="1_1pne8"]
|
|
|
|
[node name="Control" 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_1pne8")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 0.745098)
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -33.5
|
|
offset_top = 145.0
|
|
offset_right = 33.5
|
|
offset_bottom = 26.0
|
|
grow_horizontal = 2
|
|
text = "You Lost"
|
|
|
|
[node name="RestartButton" type="Button" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -44.0
|
|
offset_top = 270.0
|
|
offset_right = -161.0
|
|
offset_bottom = 31.0
|
|
grow_horizontal = 2
|
|
text = "Play Again"
|
|
|
|
[node name="QuitButton" type="Button" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = 264.0
|
|
offset_top = 270.0
|
|
offset_right = 21.0
|
|
offset_bottom = 31.0
|
|
grow_horizontal = 2
|
|
text = "Quit to main menu"
|
|
|
|
[connection signal="pressed" from="RestartButton" to="." method="_on_restart_button_pressed"]
|
|
[connection signal="pressed" from="QuitButton" to="." method="_on_quit_button_pressed"]
|