initial commit, hope i didnt push any keys :P
This commit is contained in:
@@ -0,0 +1,113 @@
|
||||
[gd_resource type="Theme" load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://assets/texture/buttons/toggle_on.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/texture/buttons/toggle_off.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/font/resource/default.tres" type="DynamicFont" id=3]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=1]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=7]
|
||||
content_margin_left = 10.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color( 0, 0, 0, 0.2 )
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color( 0, 0, 0, 0.462745 )
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=3]
|
||||
content_margin_left = 15.0
|
||||
content_margin_right = 15.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color( 0, 0, 0, 0.2 )
|
||||
border_width_left = 10
|
||||
border_width_right = 10
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0 )
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=6]
|
||||
bg_color = Color( 1, 1, 1, 0.4 )
|
||||
corner_radius_top_left = 25
|
||||
corner_radius_top_right = 25
|
||||
corner_radius_bottom_right = 25
|
||||
corner_radius_bottom_left = 25
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=4]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=5]
|
||||
bg_color = Color( 0, 0, 0, 0.4 )
|
||||
corner_radius_top_left = 25
|
||||
corner_radius_top_right = 25
|
||||
corner_radius_bottom_right = 25
|
||||
corner_radius_bottom_left = 25
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=2]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=8]
|
||||
bg_color = Color( 0.203922, 1, 0.905882, 0.392157 )
|
||||
border_width_left = 8
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0 )
|
||||
corner_radius_top_left = 30
|
||||
corner_radius_top_right = 30
|
||||
corner_radius_bottom_right = 30
|
||||
corner_radius_bottom_left = 30
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=9]
|
||||
bg_color = Color( 0.698039, 0.698039, 0.698039, 0.572549 )
|
||||
border_width_left = 8
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0 )
|
||||
corner_radius_top_left = 30
|
||||
corner_radius_top_right = 30
|
||||
corner_radius_bottom_right = 30
|
||||
corner_radius_bottom_left = 30
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=10]
|
||||
bg_color = Color( 0.301961, 0.301961, 0.301961, 0.392157 )
|
||||
border_width_left = 8
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0 )
|
||||
corner_radius_top_left = 30
|
||||
corner_radius_top_right = 30
|
||||
corner_radius_bottom_right = 30
|
||||
corner_radius_bottom_left = 30
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=11]
|
||||
content_margin_right = 15.0
|
||||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
border_width_left = 1
|
||||
border_width_right = 1
|
||||
border_blend = true
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 3 )
|
||||
CheckButton/icons/off = ExtResource( 2 )
|
||||
CheckButton/icons/on = ExtResource( 1 )
|
||||
HScrollBar/styles/grabber = SubResource( 1 )
|
||||
HScrollBar/styles/grabber_highlight = SubResource( 1 )
|
||||
HScrollBar/styles/grabber_pressed = SubResource( 1 )
|
||||
HScrollBar/styles/scroll = SubResource( 1 )
|
||||
HScrollBar/styles/scroll_focus = SubResource( 1 )
|
||||
LineEdit/styles/normal = SubResource( 7 )
|
||||
PanelContainer/styles/panel = SubResource( 3 )
|
||||
SelectedItem/base_type = "Button"
|
||||
SelectedItem/styles/hover = SubResource( 6 )
|
||||
SelectedItem/styles/normal = SubResource( 4 )
|
||||
SelectedItem/styles/pressed = SubResource( 5 )
|
||||
TabContainer/styles/panel = SubResource( 2 )
|
||||
VScrollBar/styles/grabber = SubResource( 8 )
|
||||
VScrollBar/styles/grabber_highlight = SubResource( 9 )
|
||||
VScrollBar/styles/grabber_pressed = SubResource( 10 )
|
||||
VScrollBar/styles/scroll = SubResource( 11 )
|
||||
Reference in New Issue
Block a user