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