52 lines
1.5 KiB
Text
52 lines
1.5 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://dpdn2php3ydsv"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_aam3l"]
|
|
bg_color = Color(0.5671965, 0.085610785, 0.1369414, 1)
|
|
border_width_left = 10
|
|
border_width_top = 10
|
|
border_width_right = 10
|
|
border_width_bottom = 10
|
|
border_color = Color(0, 0, 0, 1)
|
|
border_blend = true
|
|
corner_radius_top_left = 20
|
|
corner_radius_top_right = 20
|
|
corner_radius_bottom_right = 20
|
|
corner_radius_bottom_left = 20
|
|
|
|
[node name="death_screen" type="MarginContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 50
|
|
theme_override_constants/margin_top = 50
|
|
theme_override_constants/margin_right = 50
|
|
theme_override_constants/margin_bottom = 50
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
custom_minimum_size = Vector2(700, 200)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_aam3l")
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
text = "YOU DIED"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 8
|
|
|
|
[node name="Button_Retry" type="Button" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button_Main_Menu" type="Button" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button_Quit_Forever" type="Button" parent="HBoxContainer"]
|
|
layout_mode = 2
|