small racing game im working on
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
[gd_resource type="Theme" load_steps=23 format=3 uid="uid://d3ywcokn5ddy8"]

[ext_resource type="StyleBox" uid="uid://bkxlhm4hc5lco" path="res://ui/assets/button_focus.stylebox" id="1_1wrrf"]
[ext_resource type="Texture2D" uid="uid://bi5378730g7ag" path="res://ui/assets/checkedbox.png" id="2_fjrs5"]
[ext_resource type="Texture2D" uid="uid://cvhkgqjcmjhjf" path="res://ui/assets/checkbox_disabled.png" id="3_b0yt5"]
[ext_resource type="Texture2D" uid="uid://ch6jipulckgt" path="res://ui/assets/checkbox.png" id="4_pww0b"]
[ext_resource type="StyleBox" uid="uid://bg21fak47r0np" path="res://ui/panel_light.stylebox" id="5_3lk0a"]
[ext_resource type="SystemFont" uid="uid://xriuk0v4f6wj" path="res://ui/ubuntu_mononf.tres" id="6_5ipn7"]
[ext_resource type="StyleBox" uid="uid://dxtsrhgnyr80k" path="res://ui/panel_dark.stylebox" id="7_u6qlh"]
[ext_resource type="StyleBox" uid="uid://cdth5nc7lbx1v" path="res://ui/panel_skewed.tres" id="8_cfb0h"]
[ext_resource type="FontVariation" uid="uid://ba8ab6dti2fvo" path="res://ui/boldsans.tres" id="9_di460"]
[ext_resource type="SystemFont" uid="uid://bkjqtc5i64r3j" path="res://ui/ubuntu.tres" id="10_caiw5"]
[ext_resource type="Texture2D" uid="uid://vck01c83m1x3" path="res://ui/assets/arrow.png" id="11_77im0"]
[ext_resource type="Texture2D" uid="uid://buwxt5g5y761m" path="res://ui/assets/arrow_collapsed.png" id="12_7ec1b"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o4qbo"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.0156863, 0.152941, 0.188235, 1)
corner_radius_top_left = 9
corner_radius_top_right = 9
corner_radius_bottom_right = 9
corner_radius_bottom_left = 9
corner_detail = 12

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pmkpt"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.0431373, 0.270588, 0.32549, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.396078, 0.482353, 0.513726, 1)
corner_radius_top_left = 9
corner_radius_top_right = 9
corner_radius_bottom_right = 9
corner_radius_bottom_left = 9
corner_detail = 12

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2erjs"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.0431373, 0.270588, 0.32549, 1)
corner_radius_top_left = 9
corner_radius_top_right = 9
corner_radius_bottom_right = 9
corner_radius_bottom_left = 9
corner_detail = 12

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vcupl"]
bg_color = Color(0.345098, 0.431373, 0.458824, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.14902, 0.545098, 0.823529, 1)
corner_radius_top_left = 9
corner_radius_top_right = 9
corner_radius_bottom_right = 9
corner_radius_bottom_left = 9
corner_detail = 12

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1onps"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ki0ve"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(0, 0.168627, 0.211765, 1)
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
corner_detail = 12

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_y04f3"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.027451, 0.211765, 0.258824, 1)
border_width_top = 2
border_color = Color(0.14902, 0.545098, 0.823529, 1)
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_detail = 1
expand_margin_top = 3.0
anti_aliasing = false

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_m0gry"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(0, 0.109804, 0.145098, 1)
corner_radius_top_left = 53
corner_radius_top_right = 53
corner_detail = 1

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_b8jmu"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.0431373, 0.270588, 0.32549, 1)
corner_radius_top_left = 15
corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15

[sub_resource type="StyleBoxLine" id="StyleBoxLine_vr8fs"]
color = Color(0.345098, 0.431373, 0.458824, 1)
grow_begin = -10.0
grow_end = -10.0
vertical = true

[resource]
default_font = ExtResource("6_5ipn7")
default_font_size = 25
Button/colors/font_color = Color(0.933333, 0.909804, 0.835294, 1)
Button/colors/font_disabled_color = Color(0.396078, 0.482353, 0.513726, 1)
Button/colors/font_focus_color = Color(0.992157, 0.964706, 0.890196, 1)
Button/colors/font_hover_color = Color(0.992157, 0.964706, 0.890196, 1)
Button/colors/font_hover_pressed_color = Color(0.992157, 0.964706, 0.890196, 1)
Button/colors/font_pressed_color = Color(0.992157, 0.964706, 0.890196, 1)
Button/styles/disabled = SubResource("StyleBoxFlat_o4qbo")
Button/styles/focus = ExtResource("1_1wrrf")
Button/styles/hover = SubResource("StyleBoxFlat_pmkpt")
Button/styles/normal = SubResource("StyleBoxFlat_2erjs")
Button/styles/pressed = SubResource("StyleBoxFlat_vcupl")
CheckBox/icons/checked = ExtResource("2_fjrs5")
CheckBox/icons/checked_disabled = ExtResource("3_b0yt5")
CheckBox/icons/unchecked = ExtResource("4_pww0b")
CheckBox/styles/disabled = SubResource("StyleBoxEmpty_1onps")
CheckBox/styles/focus = SubResource("StyleBoxEmpty_1onps")
CheckBox/styles/hover = SubResource("StyleBoxEmpty_1onps")
CheckBox/styles/hover_pressed = SubResource("StyleBoxEmpty_1onps")
CheckBox/styles/normal = SubResource("StyleBoxEmpty_1onps")
CheckBox/styles/pressed = SubResource("StyleBoxEmpty_1onps")
ItemList/colors/guide_color = Color(0, 0, 0, 0)
ItemList/constants/line_separation = 0
ItemList/styles/panel = ExtResource("5_3lk0a")
Label/colors/font_color = Color(0.933333, 0.909804, 0.835294, 1)
Label/font_sizes/font_size = 25
Label/fonts/font = ExtResource("6_5ipn7")
LineEdit/colors/font_color = Color(0.933333, 0.909804, 0.835294, 1)
LineEdit/colors/font_placeholder_color = Color(0.396078, 0.482353, 0.513726, 1)
LineEdit/colors/font_selected_color = Color(0.992157, 0.964706, 0.890196, 1)
LineEdit/colors/selection_color = Color(0.513726, 0.580392, 0.588235, 1)
LineEdit/styles/normal = ExtResource("7_u6qlh")
Panel/styles/panel = ExtResource("5_3lk0a")
PanelContainer/styles/panel = ExtResource("8_cfb0h")
RichTextLabel/font_sizes/bold_font_size = 38
RichTextLabel/font_sizes/normal_font_size = 38
RichTextLabel/fonts/bold_font = ExtResource("9_di460")
RichTextLabel/fonts/normal_font = ExtResource("6_5ipn7")
TabContainer/font_sizes/font_size = 32
TabContainer/styles/panel = SubResource("StyleBoxFlat_ki0ve")
TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_y04f3")
TabContainer/styles/tab_unselected = ExtResource("7_u6qlh")
TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_m0gry")
TooltipLabel/colors/font_color = Color(0.933333, 0.909804, 0.835294, 1)
TooltipLabel/fonts/font = ExtResource("10_caiw5")
TooltipPanel/styles/panel = SubResource("StyleBoxFlat_b8jmu")
Tree/colors/children_hl_line_color = Color(0.396078, 0.482353, 0.513726, 1)
Tree/colors/font_color = Color(0.501961, 0.596078, 0.627451, 1)
Tree/colors/font_selected_color = Color(0.933333, 0.909804, 0.835294, 1)
Tree/colors/parent_hl_line_color = Color(0.345098, 0.431373, 0.458824, 1)
Tree/colors/relationship_line_color = Color(0.345098, 0.431373, 0.458824, 1)
Tree/constants/children_hl_line_width = 3
Tree/constants/draw_guides = 0
Tree/constants/draw_relationship_lines = 1
Tree/constants/item_margin = 10
Tree/constants/parent_hl_line_width = 3
Tree/constants/relationship_line_width = 2
Tree/constants/v_separation = 1
Tree/icons/arrow = ExtResource("11_77im0")
Tree/icons/arrow_collapsed = ExtResource("12_7ec1b")
Tree/styles/panel = ExtResource("5_3lk0a")
VSeparator/constants/separation = 0
VSeparator/styles/separator = SubResource("StyleBoxLine_vr8fs")
ui_light_panel/base_type = &"PanelContainer"
ui_light_panel/styles/panel = ExtResource("5_3lk0a")
ui_panel/base_type = &"PanelContainer"
ui_panel/styles/panel = ExtResource("7_u6qlh")