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"]
|
[node name="Singleplayer" type="Button" parent="VBoxContainer"]
|
||||||
|
visible = false
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
focus_neighbour_top = NodePath("../Quit")
|
focus_neighbour_top = NodePath("../Quit")
|
||||||
text = "Single Player"
|
text = "Single Player"
|
||||||
|
|
||||||
[node name="Multiplayer" type="Button" parent="VBoxContainer"]
|
[node name="Multiplayer" type="Button" parent="VBoxContainer"]
|
||||||
margin_top = 28.0
|
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 52.0
|
margin_bottom = 24.0
|
||||||
text = "Multiplayer"
|
text = "Multiplayer"
|
||||||
|
|
||||||
[node name="Options" type="Button" parent="VBoxContainer"]
|
[node name="Options" type="Button" parent="VBoxContainer"]
|
||||||
margin_top = 56.0
|
margin_top = 28.0
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 80.0
|
margin_bottom = 52.0
|
||||||
text = "Options"
|
text = "Options"
|
||||||
|
|
||||||
[node name="Credits" type="Button" parent="VBoxContainer"]
|
[node name="Credits" type="Button" parent="VBoxContainer"]
|
||||||
margin_top = 84.0
|
margin_top = 56.0
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 108.0
|
margin_bottom = 80.0
|
||||||
text = "Credits"
|
text = "Credits"
|
||||||
|
|
||||||
[node name="Quit" type="Button" parent="VBoxContainer"]
|
[node name="Quit" type="Button" parent="VBoxContainer"]
|
||||||
margin_top = 112.0
|
margin_top = 84.0
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 136.0
|
margin_bottom = 108.0
|
||||||
focus_neighbour_bottom = NodePath("../Singleplayer")
|
focus_neighbour_bottom = NodePath("../Singleplayer")
|
||||||
text = "Quit"
|
text = "Quit"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user