online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/slider_button/slider.tres')
| -rw-r--r-- | ui/slider_button/slider.tres | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ui/slider_button/slider.tres b/ui/slider_button/slider.tres new file mode 100644 index 0000000..5db8557 --- /dev/null +++ b/ui/slider_button/slider.tres @@ -0,0 +1,32 @@ +[gd_resource type="Theme" load_steps=4 format=2] + +[ext_resource path="res://assets/ui/whitespace.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 ) |