diff --git a/godot_ship/scenes/Title Screen.tscn b/godot_ship/scenes/Title Screen.tscn index 0b4f4dc..2fd5dfa 100644 --- a/godot_ship/scenes/Title Screen.tscn +++ b/godot_ship/scenes/Title Screen.tscn @@ -33,33 +33,33 @@ __meta__ = { } [node name="Singleplayer" type="Button" parent="VBoxContainer"] +visible = false margin_right = 160.0 margin_bottom = 24.0 focus_neighbour_top = NodePath("../Quit") text = "Single Player" [node name="Multiplayer" type="Button" parent="VBoxContainer"] -margin_top = 28.0 margin_right = 160.0 -margin_bottom = 52.0 +margin_bottom = 24.0 text = "Multiplayer" [node name="Options" type="Button" parent="VBoxContainer"] -margin_top = 56.0 +margin_top = 28.0 margin_right = 160.0 -margin_bottom = 80.0 +margin_bottom = 52.0 text = "Options" [node name="Credits" type="Button" parent="VBoxContainer"] -margin_top = 84.0 +margin_top = 56.0 margin_right = 160.0 -margin_bottom = 108.0 +margin_bottom = 80.0 text = "Credits" [node name="Quit" type="Button" parent="VBoxContainer"] -margin_top = 112.0 +margin_top = 84.0 margin_right = 160.0 -margin_bottom = 136.0 +margin_bottom = 108.0 focus_neighbour_bottom = NodePath("../Singleplayer") text = "Quit"