From b5322de7ec0ad04e8ccc5928b49df2f59924bc2f Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 5 Dec 2019 03:37:25 -0500 Subject: [PATCH] Added background to button set --- Nodes/Title.tscn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Nodes/Title.tscn b/Nodes/Title.tscn index 56ea50e..9428805 100644 --- a/Nodes/Title.tscn +++ b/Nodes/Title.tscn @@ -58,6 +58,14 @@ texture = SubResource( 1 ) expand = true stretch_mode = 5 +[node name="ColorRect2" type="ColorRect" parent="."] +anchor_top = 0.5 +anchor_right = 1.0 +anchor_bottom = 0.5 +margin_top = -31.0 +margin_bottom = 107.0 +color = Color( 0, 0, 0, 1 ) + [node name="New Game" type="Button" parent="."] anchor_left = 0.5 anchor_top = 0.5 @@ -110,6 +118,7 @@ texture = ExtResource( 9 ) expand = true [node name="CreditsMenu" type="Control" parent="."] +visible = false anchor_right = 1.0 anchor_bottom = 1.0 script = SubResource( 2 )