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 | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/ui/menus/sidebarright/sandisplay/Base.tscn b/ui/menus/sidebarright/sandisplay/Base.tscn deleted file mode 100644 index 0c4d096..0000000 --- a/ui/menus/sidebarright/sandisplay/Base.tscn +++ /dev/null @@ -1,77 +0,0 @@ -[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-regular.tres" type="DynamicFont" id=2] - -[node name="Base" type="HBoxContainer"] -anchor_right = 1.0 -anchor_bottom = 1.0 -mouse_filter = 2 -custom_constants/separation = 0 -script = ExtResource( 1 ) - -[node name="Number" type="ColorRect" parent="."] -margin_right = 75.0 -margin_bottom = 800.0 -rect_min_size = Vector2( 75, 25 ) -mouse_filter = 2 -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( 75, 25 ) -custom_fonts/font = ExtResource( 2 ) -align = 1 -valign = 1 - -[node name="Spacer" type="ColorRect" parent="."] -margin_left = 75.0 -margin_right = 85.0 -margin_bottom = 800.0 -rect_min_size = Vector2( 10, 25 ) -mouse_filter = 2 -color = Color( 0, 0.168627, 0.211765, 1 ) - -[node name="San1" type="ColorRect" parent="."] -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, 0.168627, 0.211765, 1 ) - -[node name="San1" type="Label" parent="San1"] -anchor_right = 1.0 -anchor_bottom = 1.0 -rect_min_size = Vector2( 100, 25 ) -size_flags_horizontal = 3 -custom_fonts/font = ExtResource( 2 ) -valign = 1 - -[node name="San2" type="ColorRect" parent="."] -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, 0.168627, 0.211765, 1 ) - -[node name="San2" type="Label" parent="San2"] -anchor_right = 1.0 -anchor_bottom = 1.0 -rect_min_size = Vector2( 100, 25 ) -size_flags_horizontal = 3 -custom_fonts/font = ExtResource( 2 ) -align = 2 -valign = 1 - -[node name="Spacer2" type="ColorRect" parent="."] -margin_left = 1412.0 -margin_right = 1422.0 -margin_bottom = 800.0 -rect_min_size = Vector2( 10, 25 ) -mouse_filter = 2 -color = Color( 0, 0.168627, 0.211765, 1 ) |