51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
[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
|