online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/StartMenu.tscn')
| -rw-r--r-- | ui/StartMenu.tscn | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/ui/StartMenu.tscn b/ui/StartMenu.tscn index 2102bab..e42a053 100644 --- a/ui/StartMenu.tscn +++ b/ui/StartMenu.tscn @@ -22,28 +22,26 @@ color = Color( 0, 0, 0, 1 ) [node name="MainButtons" type="VBoxContainer" parent="ColorRect" groups=["control"]] anchor_left = 0.5 -anchor_top = 0.5 anchor_right = 0.5 -anchor_bottom = 0.5 -margin_left = -192.0 -margin_top = -224.0 -margin_right = 196.0 -margin_bottom = 412.0 +anchor_bottom = 1.0 +margin_left = -157.5 +margin_right = 157.5 +alignment = 1 [node name="multiplayer" type="Button" parent="ColorRect/MainButtons" groups=["control"]] -margin_left = 36.0 -margin_right = 351.0 -margin_bottom = 106.0 +margin_top = 226.0 +margin_right = 315.0 +margin_bottom = 332.0 focus_mode = 0 size_flags_horizontal = 4 enabled_focus_mode = 0 text = "multiplayer" [node name="settings" type="Button" parent="ColorRect/MainButtons" groups=["control"]] -margin_left = 75.0 -margin_top = 121.0 -margin_right = 313.0 -margin_bottom = 227.0 +margin_left = 38.0 +margin_top = 347.0 +margin_right = 276.0 +margin_bottom = 453.0 focus_mode = 0 size_flags_horizontal = 4 enabled_focus_mode = 0 @@ -62,10 +60,10 @@ enabled_focus_mode = 0 text = "local" [node name="quit" type="Button" parent="ColorRect/MainButtons" groups=["control"]] -margin_left = 123.0 -margin_top = 242.0 -margin_right = 265.0 -margin_bottom = 348.0 +margin_left = 86.0 +margin_top = 468.0 +margin_right = 228.0 +margin_bottom = 574.0 focus_mode = 0 size_flags_horizontal = 4 enabled_focus_mode = 0 |