End game

This commit is contained in:
2024-08-09 15:45:40 +08:00
parent 8390fb2794
commit 33c6762ed3
8 changed files with 134 additions and 23 deletions

View File

@@ -0,0 +1,50 @@
[gd_scene load_steps=2 format=3 uid="uid://cnf80yioktsvj"]
[ext_resource type="Script" path="res://Scripts/UI/GameOverScreen.cs" id="1_j12ja"]
[node name="GameOverScreen" 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_j12ja")
[node name="CenterContainer" type="CenterContainer" parent="."]
offset_right = 1152.0
offset_bottom = 648.0
[node name="Panel" type="Panel" parent="CenterContainer"]
custom_minimum_size = Vector2(340, 180)
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/Panel"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -129.5
offset_top = -46.5
offset_right = 129.5
offset_bottom = 46.5
grow_horizontal = 2
grow_vertical = 2
[node name="Title" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 28
text = "Game over"
horizontal_alignment = 1
[node name="Caption" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
layout_mode = 2
text = "You're in the 1st place"
horizontal_alignment = 1
[node name="Caption2" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
layout_mode = 2
text = "Hold Tab key to view leaderboard"
horizontal_alignment = 1

View File

@@ -13,16 +13,31 @@ layout_mode = 0
offset_right = 1152.0
offset_bottom = 648.0
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
[node name="Panel" type="Panel" parent="CenterContainer"]
custom_minimum_size = Vector2(340, 120)
layout_mode = 2
[node name="Title" type="Label" parent="CenterContainer/VBoxContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/Panel"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -92.0
offset_top = -33.0
offset_right = 92.0
offset_bottom = 33.0
grow_horizontal = 2
grow_vertical = 2
[node name="Title" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 28
text = "You died"
horizontal_alignment = 1
[node name="Caption" type="Label" parent="CenterContainer/VBoxContainer"]
[node name="Caption" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
layout_mode = 2
text = "Respawn in Next Round"
horizontal_alignment = 1