online multiplayer chess game (note server currently down)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[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 )