mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
Title Screen: Disable singleplayer (for now)
This commit is contained in:
parent
10d7fda957
commit
1a3d770690
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user