From 8291bd8ed3d185745cefc21382f02fa4ac29e3e8 Mon Sep 17 00:00:00 2001 From: Willow Behar <2364126-TechRunner@users.noreply.gitlab.com> Date: Fri, 10 May 2024 11:21:18 -0500 Subject: [PATCH] Made Game Over Scene --- Assets/components/game_over.tscn | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Assets/components/game_over.tscn diff --git a/Assets/components/game_over.tscn b/Assets/components/game_over.tscn new file mode 100644 index 0000000..df09770 --- /dev/null +++ b/Assets/components/game_over.tscn @@ -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