mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
Update Title Screen.tscn
changed button sizing
This commit is contained in:
parent
df0f203343
commit
dcf746b77d
@ -17,38 +17,38 @@ texture = ExtResource( 1 )
|
|||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
anchor_left = 0.5
|
anchor_left = 0.5
|
||||||
anchor_top = 1.0
|
anchor_top = 0.5
|
||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 0.5
|
||||||
margin_left = -46.5
|
margin_left = -68.077
|
||||||
margin_top = -171.0
|
margin_top = 10.0
|
||||||
margin_right = 46.5
|
margin_right = 68.077
|
||||||
margin_bottom = -79.0
|
margin_bottom = 102.0
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Singleplayer" type="Button" parent="VBoxContainer"]
|
[node name="Singleplayer" type="Button" parent="VBoxContainer"]
|
||||||
margin_right = 93.0
|
margin_right = 136.0
|
||||||
margin_bottom = 20.0
|
margin_bottom = 20.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 = 24.0
|
margin_top = 24.0
|
||||||
margin_right = 93.0
|
margin_right = 136.0
|
||||||
margin_bottom = 44.0
|
margin_bottom = 44.0
|
||||||
text = "Multiplayer"
|
text = "Multiplayer"
|
||||||
|
|
||||||
[node name="Options" type="Button" parent="VBoxContainer"]
|
[node name="Options" type="Button" parent="VBoxContainer"]
|
||||||
margin_top = 48.0
|
margin_top = 48.0
|
||||||
margin_right = 93.0
|
margin_right = 136.0
|
||||||
margin_bottom = 68.0
|
margin_bottom = 68.0
|
||||||
text = "Options"
|
text = "Options"
|
||||||
|
|
||||||
[node name="Quit" type="Button" parent="VBoxContainer"]
|
[node name="Quit" type="Button" parent="VBoxContainer"]
|
||||||
margin_top = 72.0
|
margin_top = 72.0
|
||||||
margin_right = 93.0
|
margin_right = 136.0
|
||||||
margin_bottom = 92.0
|
margin_bottom = 92.0
|
||||||
focus_neighbour_bottom = NodePath("../Singleplayer")
|
focus_neighbour_bottom = NodePath("../Singleplayer")
|
||||||
text = "Quit"
|
text = "Quit"
|
||||||
|
Loading…
Reference in New Issue
Block a user