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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[gd_resource type="Theme" load_steps=15 format=2]

[ext_resource path="res://ui/verdana.tres" type="DynamicFont" id=1]
[ext_resource path="res://ui/theme/button.tres" type="StyleBox" id=2]
[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=3]
[ext_resource path="res://assets/ui/button.png" type="Texture" id=4]
[ext_resource path="res://ui/theme/buttonhover.tres" type="StyleBox" id=5]
[ext_resource path="res://assets/ui/checkedbox.png" type="Texture" id=6]
[ext_resource path="res://ui/theme/flatblack.tres" type="StyleBox" id=7]

[sub_resource type="StyleBoxTexture" id=6]
texture = ExtResource( 4 )
region_rect = Rect2( 0, 0, 84, 84 )
margin_left = 28.0
margin_right = 28.0
margin_top = 28.0
margin_bottom = 28.0
modulate_color = Color( 0.772549, 0.772549, 0.772549, 0.54902 )

[sub_resource type="StyleBoxEmpty" id=7]

[sub_resource type="StyleBoxEmpty" id=8]

[sub_resource type="StyleBoxEmpty" id=9]

[sub_resource type="StyleBoxEmpty" id=4]

[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.0784314, 0.0784314, 0.0784314, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
corner_detail = 20

[sub_resource type="StyleBoxEmpty" id=5]

[resource]
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 1, 1, 1, 1 )
Button/colors/font_color_disabled = Color( 1, 1, 1, 0.305882 )
Button/colors/font_color_focus = Color( 1, 1, 1, 1 )
Button/colors/font_color_hover = Color( 0, 0, 0, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/styles/disabled = SubResource( 6 )
Button/styles/focus = ExtResource( 2 )
Button/styles/hover = ExtResource( 5 )
Button/styles/normal = ExtResource( 2 )
Button/styles/pressed = ExtResource( 2 )
CheckBox/icons/checked = ExtResource( 6 )
CheckBox/icons/checked_disabled = null
CheckBox/icons/radio_checked = null
CheckBox/icons/radio_checked_disabled = null
CheckBox/icons/radio_unchecked = null
CheckBox/icons/radio_unchecked_disabled = null
CheckBox/icons/unchecked = ExtResource( 4 )
CheckBox/icons/unchecked_disabled = null
ColorPicker/icons/color_sample = ExtResource( 3 )
ColorPicker/icons/overbright_indicator = ExtResource( 3 )
ColorPicker/icons/preset_bg = ExtResource( 3 )
ColorPicker/icons/screen_picker = ExtResource( 3 )
ColorPickerButton/colors/font_color = Color( 1, 1, 1, 1 )
ColorPickerButton/colors/font_color_disabled = Color( 1, 1, 1, 0.301961 )
ColorPickerButton/colors/font_color_focus = Color( 1, 1, 1, 1 )
ColorPickerButton/colors/font_color_hover = Color( 1, 1, 1, 1 )
ColorPickerButton/colors/font_color_pressed = Color( 0.913725, 0.913725, 0.913725, 1 )
ColorPickerButton/icons/bg = ExtResource( 3 )
HBoxContainer/constants/separation = 15
HSlider/styles/grabber_area = SubResource( 7 )
HSlider/styles/grabber_area_highlight = SubResource( 8 )
HSlider/styles/slider = SubResource( 9 )
ItemList/colors/font_color = Color( 1, 1, 1, 1 )
ItemList/colors/font_color_selected = Color( 0.905882, 0.905882, 0.905882, 1 )
ItemList/styles/bg = SubResource( 4 )
ItemList/styles/bg_focus = ExtResource( 7 )
LineEdit/colors/cursor_color = Color( 1, 1, 1, 1 )
LineEdit/colors/font_color = Color( 1, 1, 1, 1 )
LineEdit/colors/font_color_uneditable = Color( 1, 1, 1, 0.67451 )
LineEdit/styles/focus = ExtResource( 2 )
LineEdit/styles/normal = ExtResource( 2 )
LineEdit/styles/read_only = ExtResource( 2 )
OptionButton/colors/font_color = Color( 1, 1, 1, 1 )
OptionButton/colors/font_color_focus = Color( 1, 1, 1, 1 )
OptionButton/colors/font_color_hover = Color( 0, 0, 0, 1 )
OptionButton/colors/font_color_pressed = Color( 1, 1, 1, 1 )
OptionButton/icons/arrow = ExtResource( 3 )
PopupMenu/colors/font_color = Color( 1, 1, 1, 1 )
PopupMenu/colors/font_color_accel = Color( 1, 1, 1, 0.8 )
PopupMenu/colors/font_color_hover = Color( 1, 1, 1, 1 )
PopupMenu/colors/font_color_separator = Color( 0.262745, 0.262745, 0.262745, 1 )
PopupMenu/icons/radio_checked = ExtResource( 3 )
PopupMenu/icons/radio_unchecked = ExtResource( 3 )
PopupMenu/styles/hover = SubResource( 3 )
PopupMenu/styles/panel = ExtResource( 7 )
SpinBox/icons/updown = ExtResource( 3 )
VBoxContainer/constants/separation = 15
VScrollBar/styles/scroll = SubResource( 5 )