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