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"