online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/menus/sidebarright/sandisplay/Base.tscn')
| -rw-r--r-- | ui/menus/sidebarright/sandisplay/Base.tscn | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/ui/menus/sidebarright/sandisplay/Base.tscn b/ui/menus/sidebarright/sandisplay/Base.tscn index 65339bf..0c4d096 100644 --- a/ui/menus/sidebarright/sandisplay/Base.tscn +++ b/ui/menus/sidebarright/sandisplay/Base.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=2] [ext_resource path="res://ui/menus/sidebarright/sandisplay/Base.gd" type="Script" id=1] -[ext_resource path="res://ui/ubuntu-bold-small.tres" type="DynamicFont" id=2] +[ext_resource path="res://ui/ubuntu-bold-regular.tres" type="DynamicFont" id=2] [node name="Base" type="HBoxContainer"] anchor_right = 1.0 @@ -11,36 +11,36 @@ custom_constants/separation = 0 script = ExtResource( 1 ) [node name="Number" type="ColorRect" parent="."] -margin_right = 100.0 +margin_right = 75.0 margin_bottom = 800.0 -rect_min_size = Vector2( 100, 25 ) +rect_min_size = Vector2( 75, 25 ) mouse_filter = 2 -color = Color( 0.368627, 0.356863, 0.341176, 1 ) +color = Color( 0.027451, 0.211765, 0.258824, 1 ) [node name="Number" type="Label" parent="Number"] anchor_right = 1.0 anchor_bottom = 1.0 -rect_min_size = Vector2( 100, 25 ) +rect_min_size = Vector2( 75, 25 ) custom_fonts/font = ExtResource( 2 ) align = 1 valign = 1 [node name="Spacer" type="ColorRect" parent="."] -margin_left = 100.0 -margin_right = 110.0 +margin_left = 75.0 +margin_right = 85.0 margin_bottom = 800.0 rect_min_size = Vector2( 10, 25 ) mouse_filter = 2 -color = Color( 0.188235, 0.180392, 0.172549, 1 ) +color = Color( 0, 0.168627, 0.211765, 1 ) [node name="San1" type="ColorRect" parent="."] -margin_left = 110.0 -margin_right = 761.0 +margin_left = 85.0 +margin_right = 748.0 margin_bottom = 800.0 rect_min_size = Vector2( 100, 25 ) mouse_filter = 2 size_flags_horizontal = 3 -color = Color( 0.188235, 0.180392, 0.172549, 1 ) +color = Color( 0, 0.168627, 0.211765, 1 ) [node name="San1" type="Label" parent="San1"] anchor_right = 1.0 @@ -51,13 +51,13 @@ custom_fonts/font = ExtResource( 2 ) valign = 1 [node name="San2" type="ColorRect" parent="."] -margin_left = 761.0 +margin_left = 748.0 margin_right = 1412.0 margin_bottom = 800.0 rect_min_size = Vector2( 100, 25 ) mouse_filter = 2 size_flags_horizontal = 3 -color = Color( 0.188235, 0.180392, 0.172549, 1 ) +color = Color( 0, 0.168627, 0.211765, 1 ) [node name="San2" type="Label" parent="San2"] anchor_right = 1.0 @@ -74,4 +74,4 @@ margin_right = 1422.0 margin_bottom = 800.0 rect_min_size = Vector2( 10, 25 ) mouse_filter = 2 -color = Color( 0.188235, 0.180392, 0.172549, 1 ) +color = Color( 0, 0.168627, 0.211765, 1 ) |