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
[gd_resource type="Theme" load_steps=4 format=2]

[ext_resource path="res://assets/blank.png" type="Texture" id=1]

[sub_resource type="StyleBoxFlat" id=23]
bg_color = Color( 0.588235, 0.360784, 0.360784, 1 )
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
expand_margin_left = 10.0
expand_margin_right = 10.0
expand_margin_top = 10.0
expand_margin_bottom = 10.0

[sub_resource type="StyleBoxFlat" id=22]
bg_color = Color( 0.14902, 0.14902, 0.14902, 1 )
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
corner_detail = 10
expand_margin_left = 10.0
expand_margin_right = 10.0
expand_margin_top = 10.0
expand_margin_bottom = 10.0

[resource]
HSlider/icons/grabber = ExtResource( 1 )
HSlider/styles/grabber_area = SubResource( 23 )
HSlider/styles/grabber_area_highlight = SubResource( 23 )
HSlider/styles/slider = SubResource( 22 )