70 lines
1.9 KiB
Plaintext
70 lines
1.9 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dkspo8vx4qcvb"]
|
|
|
|
[ext_resource type="Script" uid="uid://dq8ifo7mfpflr" path="res://scripts/game_over.gd" id="1_xeevv"]
|
|
|
|
[node name="GameOver" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
scale = Vector2(2, 2)
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
script = ExtResource("1_xeevv")
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Panel" type="Panel" parent="CenterContainer"]
|
|
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 = -67.0
|
|
offset_top = -69.5
|
|
offset_right = 67.0
|
|
offset_bottom = 69.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="LabelTitle" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "GAME OVER"
|
|
|
|
[node name="LabelScore" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="LabelHighScore" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="LabelLines" type="Label" parent="CenterContainer/Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer/Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="ButtonAgain" type="Button" parent="CenterContainer/Panel/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Play Again"
|
|
|
|
[node name="ButtonQuit" type="Button" parent="CenterContainer/Panel/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Quit"
|