62 lines
1.6 KiB
Plaintext
62 lines
1.6 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bu4cvy8wdnt54"]
|
|
|
|
[ext_resource type="Script" uid="uid://2336s7ck60n5" path="res://Player/game_over_screen.gd" id="1_bltct"]
|
|
[ext_resource type="Theme" uid="uid://ctsajyu6uieal" path="res://Player/widgets/game_theme.tres" id="1_pm5wk"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_bltct"]
|
|
font_size = 32
|
|
outline_size = 3
|
|
outline_color = Color(0.511324, 0.2294738, 0, 1)
|
|
shadow_size = 6
|
|
shadow_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="GameOverScreen" type="CanvasLayer"]
|
|
process_mode = 2
|
|
script = ExtResource("1_bltct")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 4.0
|
|
offset_top = -4.0
|
|
offset_right = 4.0
|
|
offset_bottom = -4.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 0.3137255)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -46.0
|
|
offset_top = -20.0
|
|
offset_right = 58.0
|
|
offset_bottom = 10.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="ColorRect/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "GAME OVER"
|
|
label_settings = SubResource("LabelSettings_bltct")
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="ColorRect/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="RestartButton" type="Button" parent="ColorRect/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_pm5wk")
|
|
text = "Restart
|
|
"
|
|
|
|
[node name="MainMenuButton" type="Button" parent="ColorRect/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_pm5wk")
|
|
text = "Main Menu
|
|
"
|