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
[gd_resource type="Theme" load_steps=20 format=2]

[ext_resource path="res://fonts/04b-19.tres" type="DynamicFont" id=1]
[ext_resource path="res://ui/new_styleboxflat.tres" type="StyleBox" id=2]
[ext_resource path="res://sprites/arrows.png" type="Texture" id=3]
[ext_resource path="res://sprites/boxunchecked.png" type="Texture" id=4]
[ext_resource path="res://sprites/boxchecked.png" type="Texture" id=5]
[ext_resource path="res://sprites/stop-2rotated.png" type="Texture" id=6]
[ext_resource path="res://sprites/stoprotated.png" type="Texture" id=7]
[ext_resource path="res://sprites/scroll.png" type="Texture" id=8]
[ext_resource path="res://sprites/scrollhighlighted.png" type="Texture" id=9]

[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0.0823529, 0.0823529, 0.0745098, 0.588235 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
corner_radius_bottom_left = 1
corner_detail = 3
expand_margin_left = 4.0
expand_margin_right = 4.0
expand_margin_top = 4.0
expand_margin_bottom = 4.0
anti_aliasing = false

[sub_resource type="StyleBoxEmpty" id=2]

[sub_resource type="StyleBoxEmpty" id=5]

[sub_resource type="StyleBoxEmpty" id=1]

[sub_resource type="StyleBoxEmpty" id=3]

[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0, 0, 0, 0.588235 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
corner_radius_bottom_left = 1
expand_margin_left = 4.0
expand_margin_right = 4.0
expand_margin_top = 4.0
expand_margin_bottom = 4.0
anti_aliasing = false

[sub_resource type="StyleBoxTexture" id=7]
texture = ExtResource( 7 )
region_rect = Rect2( 0, 0, 16, 16 )

[sub_resource type="StyleBoxTexture" id=8]
texture = ExtResource( 6 )
region_rect = Rect2( 0, 0, 16, 16 )

[sub_resource type="StyleBoxTexture" id=9]
content_margin_top = 0.0
content_margin_bottom = 0.0
texture = ExtResource( 8 )
region_rect = Rect2( 0, 0, 16, 16 )

[sub_resource type="StyleBoxTexture" id=10]
texture = ExtResource( 9 )
region_rect = Rect2( 0, 0, 16, 16 )

[resource]
Button/fonts/font = ExtResource( 1 )
Button/styles/disabled = SubResource( 6 )
Button/styles/focus = ExtResource( 2 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 2 )
CheckBox/constants/check_vadjust = 2
CheckBox/constants/hseparation = 0
CheckBox/icons/checked = ExtResource( 5 )
CheckBox/icons/unchecked = ExtResource( 4 )
CheckBox/styles/focus = ExtResource( 2 )
Label/colors/font_color_shadow = Color( 0, 0, 0, 0.345098 )
Label/fonts/font = ExtResource( 1 )
Label/styles/normal = SubResource( 5 )
OptionButton/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
OptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
OptionButton/colors/font_color_focus = Color( 0.94, 0.94, 0.94, 1 )
OptionButton/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 1 )
OptionButton/colors/font_color_pressed = Color( 1, 1, 1, 1 )
OptionButton/constants/arrow_margin = 2
OptionButton/constants/hseparation = 2
OptionButton/fonts/font = ExtResource( 1 )
OptionButton/icons/arrow = ExtResource( 3 )
OptionButton/styles/disabled = SubResource( 1 )
OptionButton/styles/focus = ExtResource( 2 )
OptionButton/styles/hover = SubResource( 1 )
OptionButton/styles/normal = SubResource( 1 )
OptionButton/styles/pressed = SubResource( 1 )
PopupMenu/fonts/font = ExtResource( 1 )
PopupMenu/icons/radio_checked = ExtResource( 5 )
PopupMenu/icons/radio_unchecked = ExtResource( 4 )
PopupMenu/styles/hover = ExtResource( 2 )
PopupMenu/styles/labeled_separator_left = SubResource( 3 )
PopupMenu/styles/labeled_separator_right = SubResource( 3 )
PopupMenu/styles/panel = SubResource( 4 )
PopupMenu/styles/panel_disabled = SubResource( 3 )
PopupMenu/styles/separator = SubResource( 3 )
ScrollContainer/styles/bg = null
VScrollBar/icons/decrement = null
VScrollBar/icons/decrement_highlight = null
VScrollBar/icons/decrement_pressed = null
VScrollBar/icons/increment = null
VScrollBar/icons/increment_highlight = null
VScrollBar/icons/increment_pressed = null
VScrollBar/styles/grabber = SubResource( 7 )
VScrollBar/styles/grabber_highlight = SubResource( 8 )
VScrollBar/styles/grabber_pressed = SubResource( 8 )
VScrollBar/styles/scroll = SubResource( 9 )
VScrollBar/styles/scroll_focus = SubResource( 10 )