From 0f019153f19c1cc803032e8d59e9debe76a45c99 Mon Sep 17 00:00:00 2001 From: Willow Behar <2364126-TechRunner@users.noreply.gitlab.com> Date: Fri, 10 May 2024 12:57:11 -0500 Subject: [PATCH] Added black background and red title --- Assets/components/main_menu.tscn | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Assets/components/main_menu.tscn b/Assets/components/main_menu.tscn index 77ecc96..f9e0371 100644 --- a/Assets/components/main_menu.tscn +++ b/Assets/components/main_menu.tscn @@ -13,6 +13,15 @@ grow_vertical = 2 theme = ExtResource("1_pjxx2") script = ExtResource("1_ju3pm") +[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.0392157, 1) + [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 8 @@ -28,6 +37,7 @@ grow_horizontal = 2 grow_vertical = 2 [node name="Label" type="Label" parent="VBoxContainer"] +self_modulate = Color(1, 0.0470588, 0.27451, 1) layout_mode = 2 text = " Un-named Horror game" @@ -56,12 +66,13 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -offset_left = -592.0 -offset_top = -352.0 -offset_right = 592.0 -offset_bottom = 352.0 +offset_left = -760.0 +offset_top = -449.0 +offset_right = 760.0 +offset_bottom = 449.0 grow_horizontal = 2 grow_vertical = 2 +text_overrun_behavior = 0 item_count = 1 item_0/text = "Go Back"