Made Game Over Scene

This commit is contained in:
Willow Behar
2024-05-10 11:21:18 -05:00
parent 43e2778584
commit 8291bd8ed3

View File

@ -0,0 +1,40 @@
[gd_scene load_steps=2 format=3 uid="uid://dy3tsag0bcs4n"]
[ext_resource type="Theme" uid="uid://dnoxpn5kedvxh" path="res://Assets/VCRFont.tres" id="1_hixiq"]
[node name="Game Over" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 0.756863)
[node name="Label" type="Label" parent="."]
self_modulate = Color(1, 0, 0.133333, 1)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -205.0
offset_top = -88.0
offset_right = 205.0
offset_bottom = 88.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_hixiq")
theme_override_font_sizes/font_size = 200
text = "GAME OVER"
horizontal_alignment = 1
vertical_alignment = 1