online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/board/Game.tscn')
| -rw-r--r-- | ui/board/Game.tscn | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ui/board/Game.tscn b/ui/board/Game.tscn index f2c11ce..e27edc1 100644 --- a/ui/board/Game.tscn +++ b/ui/board/Game.tscn @@ -25,7 +25,6 @@ anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 391.0 margin_bottom = 800.0 -size_flags_horizontal = 3 [node name="middle" type="VBoxContainer" parent="Holder"] margin_left = 391.0 @@ -33,22 +32,24 @@ margin_right = 1031.0 margin_bottom = 800.0 rect_min_size = Vector2( 640, 640 ) mouse_filter = 2 -custom_constants/separation = 10 +size_flags_horizontal = 3 +size_flags_vertical = 3 +custom_constants/separation = 0 [node name="Board" parent="Holder/middle" instance=ExtResource( 5 )] anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 640.0 -margin_bottom = 640.0 +margin_bottom = 800.0 sidebar_path = NodePath("../../SidebarRight") ui_path = NodePath("../../..") [node name="BackButton" type="Button" parent="Holder/middle"] visible = false -margin_left = 210.0 -margin_top = 650.0 -margin_right = 430.0 -margin_bottom = 752.0 +margin_left = 245.0 +margin_top = 698.0 +margin_right = 465.0 +margin_bottom = 800.0 rect_min_size = Vector2( 220, 0 ) size_flags_horizontal = 4 size_flags_vertical = 4 |