online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorPicker.tres')
| -rw-r--r-- | ui/colorpicker/ColorPicker.tres | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ui/colorpicker/ColorPicker.tres b/ui/colorpicker/ColorPicker.tres deleted file mode 100644 index d5f8c8a..0000000 --- a/ui/colorpicker/ColorPicker.tres +++ /dev/null @@ -1,17 +0,0 @@ -[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/theme/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 ) |