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

[ext_resource path="res://assets/ui/Roboto-Medium.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://ui/colorpicker/smallbutton.tres" type="StyleBox" id=2]
[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=3]

[sub_resource type="DynamicFont" id=1]
size = 20
font_data = ExtResource( 1 )

[resource]
default_font = SubResource( 1 )
LineEdit/colors/font_color = Color( 1, 1, 1, 1 )
LineEdit/colors/font_color_selected = Color( 0.482353, 0.6, 0.870588, 1 )
LineEdit/styles/focus = ExtResource( 2 )
LineEdit/styles/normal = ExtResource( 2 )
SpinBox/icons/updown = ExtResource( 3 )