37 lines
924 B
Text
37 lines
924 B
Text
[gd_scene load_steps=2 format=3 uid="uid://gameover"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/GameOver.gd" id="1"]
|
|
|
|
[node name="GameOver" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
visible = false
|
|
script = ExtResource("1")
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color(0, 0, 0, 0.7)
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="."]
|
|
offset_left = 390.0
|
|
offset_top = 250.0
|
|
offset_right = 890.0
|
|
offset_bottom = 470.0
|
|
alignment = 1
|
|
|
|
[node name="Title" type="Label" parent="VBox"]
|
|
text = "GAME OVER"
|
|
horizontal_alignment = 1
|
|
theme_override_font_sizes/font_size = 36
|
|
|
|
[node name="WaveReached" type="Label" parent="VBox"]
|
|
text = ""
|
|
horizontal_alignment = 1
|
|
theme_override_font_sizes/font_size = 20
|
|
|
|
[node name="RestartButton" type="Button" parent="VBox"]
|
|
text = "Play Again"
|
|
|
|
[node name="QuitButton" type="Button" parent="VBox"]
|
|
text = "Quit"
|