1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
[gd_resource type="Theme" load_steps=17 format=3 uid="uid://2jc1rrh032m0"]
[ext_resource type="Texture2D" uid="uid://bfdxy0g57g1qw" path="res://textures/check_button_off.png" id="1"]
[ext_resource type="Texture2D" uid="uid://c6moponbwbsqa" path="res://textures/check_button_on.png" id="2"]
[ext_resource type="Texture2D" uid="uid://bvt8l7s2qeplp" path="res://textures/release_indicator.png" id="3"]
[ext_resource type="FontFile" path="res://theme_data/font.tres" id="4"]
[sub_resource type="StyleBoxFlat" id="4"]
bg_color = Color(0.109804, 0.101961, 0.160784, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.168627, 0.156863, 0.247059, 1)
[sub_resource type="StyleBoxFlat" id="5"]
bg_color = Color(0.109804, 0.101961, 0.160784, 1)
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.392157, 0.466667, 0.615686, 1)
[sub_resource type="StyleBoxFlat" id="3"]
bg_color = Color(0.270588, 0.294118, 0.443137, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.462745, 0.623529, 0.72549, 1)
[sub_resource type="StyleBoxFlat" id="6"]
bg_color = Color(0.109804, 0.101961, 0.160784, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.168627, 0.156863, 0.247059, 1)
[sub_resource type="StyleBoxFlat" id="8"]
bg_color = Color(0.392157, 0.466667, 0.615686, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.462745, 0.623529, 0.72549, 1)
[sub_resource type="StyleBoxEmpty" id="7"]
[sub_resource type="StyleBoxFlat" id="9"]
bg_color = Color(0.270588, 0.294118, 0.443137, 1)
[sub_resource type="StyleBoxFlat" id="11"]
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.109804, 0.101961, 0.160784, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.392157, 0.466667, 0.615686, 1)
expand_margin_left = 1.0
expand_margin_top = 1.0
expand_margin_right = 1.0
expand_margin_bottom = 1.0
[sub_resource type="StyleBoxFlat" id="13"]
bg_color = Color(0.392157, 0.466667, 0.615686, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.462745, 0.623529, 0.72549, 1)
[sub_resource type="StyleBoxFlat" id="14"]
bg_color = Color(0.109804, 0.101961, 0.160784, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.168627, 0.156863, 0.247059, 1)
[sub_resource type="StyleBoxFlat" id="1"]
bg_color = Color(0.0823529, 0.0745098, 0.117647, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.203922, 0.227451, 0.384314, 1)
[sub_resource type="StyleBoxFlat" id="12"]
content_margin_left = 5.0
content_margin_top = 0.0
content_margin_right = 5.0
content_margin_bottom = 0.0
bg_color = Color(0.270588, 0.294118, 0.443137, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.392157, 0.466667, 0.615686, 1)
[resource]
Button/colors/font_color = Color(0.270588, 0.294118, 0.443137, 1)
Button/colors/font_color_disabled = Color(0.168627, 0.156863, 0.247059, 1)
Button/colors/font_color_focus = Color(0.270588, 0.294118, 0.443137, 1)
Button/colors/font_color_hover = Color(0.733333, 0.835294, 0.898039, 1)
Button/colors/font_color_pressed = Color(0.796078, 0.894118, 0.952941, 1)
Button/constants/hseparation = 0
Button/styles/disabled = SubResource("4")
Button/styles/focus = SubResource("5")
Button/styles/hover = SubResource("3")
Button/styles/normal = SubResource("6")
Button/styles/pressed = SubResource("8")
CheckButton/constants/hseparation = 0
CheckButton/icons/checked = ExtResource("2")
CheckButton/icons/unchecked = ExtResource("1")
CheckButton/styles/disabled = SubResource("7")
CheckButton/styles/focus = SubResource("7")
CheckButton/styles/hover = SubResource("7")
CheckButton/styles/hover_pressed = SubResource("7")
CheckButton/styles/normal = SubResource("7")
CheckButton/styles/pressed = SubResource("7")
HSlider/icons/grabber = ExtResource("3")
HSlider/icons/grabber_disabled = ExtResource("3")
HSlider/icons/grabber_highlight = ExtResource("3")
HSlider/icons/tick = ExtResource("3")
HSlider/styles/grabber_area = SubResource("9")
HSlider/styles/grabber_area_highlight = SubResource("9")
HSlider/styles/slider = SubResource("11")
Label/colors/font_color_shadow = Color(0.270588, 0.294118, 0.443137, 1)
Label/fonts/font = ExtResource("4")
LineEdit/colors/cursor_color = Color(1, 1, 1, 0)
LineEdit/colors/font_color = Color(0.733333, 0.835294, 0.898039, 1)
LineEdit/colors/font_color_selected = Color(0.270588, 0.294118, 0.443137, 1)
LineEdit/colors/font_color_uneditable = Color(0.270588, 0.294118, 0.443137, 1)
LineEdit/colors/selection_color = Color(1, 1, 1, 0)
LineEdit/constants/minimum_spaces = 0
LineEdit/styles/focus = SubResource("13")
LineEdit/styles/normal = SubResource("14")
LineEdit/styles/read_only = SubResource("14")
Panel/styles/panel = SubResource("1")
PanelContainer/styles/panel = SubResource("12")
|