online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/StartMenu.tscn')
| -rw-r--r-- | ui/StartMenu.tscn | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/ui/StartMenu.tscn b/ui/StartMenu.tscn index 0c254ca..1b69847 100644 --- a/ui/StartMenu.tscn +++ b/ui/StartMenu.tscn @@ -7,7 +7,7 @@ [ext_resource path="res://assets/ui/verdana-bold.ttf" type="DynamicFontData" id=5] [sub_resource type="DynamicFont" id=1] -size = 300 +size = 400 use_mipmaps = true use_filter = true font_data = ExtResource( 5 ) @@ -20,15 +20,19 @@ theme = ExtResource( 1 ) script = ExtResource( 2 ) [node name="tabs" type="TabContainer" parent="."] -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 24.0 -margin_top = 32.0 -margin_right = -30.0 -margin_bottom = -40.0 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -684.0 +margin_top = -364.0 +margin_right = 684.0 +margin_bottom = 364.0 +mouse_filter = 1 size_flags_horizontal = 0 size_flags_vertical = 0 drag_to_rearrange_enabled = true +use_hidden_tabs_for_min_size = true [node name="Lobby" parent="tabs" instance=ExtResource( 4 )] margin_left = 30.0 @@ -45,10 +49,12 @@ margin_bottom = -30.0 [node name="quit" type="Button" parent="tabs"] visible = false -margin_left = -157.0 -margin_top = 315.0 -margin_right = -15.0 -margin_bottom = 421.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 30.0 +margin_top = 90.0 +margin_right = -30.0 +margin_bottom = -30.0 focus_mode = 0 size_flags_horizontal = 4 size_flags_vertical = 4 |