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
|
[gd_resource type="Theme" load_steps=17 format=3 uid="uid://ci2qajdoa1an1"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="1_koj1m"]
[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://menu/theme/font-josefin-sans.woff2" id="1_tc8bk"]
[sub_resource type="FontVariation" id="FontVariation_pirkj"]
base_font = ExtResource("1_tc8bk")
variation_embolden = 0.5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_l5fao"]
bg_color = Color(0, 0, 0, 0.305882)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.819608, 0.92549, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3p3im"]
bg_color = Color(0, 0, 0, 0.145098)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xxmhf"]
bg_color = Color(0, 0, 0, 0.305882)
[sub_resource type="SystemFont" id="SystemFont_3j83h"]
[sub_resource type="FontVariation" id="FontVariation_8qr07"]
base_font = SubResource("SystemFont_3j83h")
variation_embolden = -0.44
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rq65v"]
content_margin_left = 10.0
bg_color = Color(1, 1, 1, 0)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_st08c"]
content_margin_left = 10.0
bg_color = Color(0, 0, 0, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.300781, 0.300781, 0.300781, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxLine" id="StyleBoxLine_8q7ob"]
thickness = 3
[sub_resource type="FontVariation" id="FontVariation_cx2xx"]
base_font = ExtResource("1_koj1m")
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_huhkg"]
content_margin_left = 10.0
bg_color = Color(0.6, 0.6, 0.6, 0)
border_width_bottom = 2
border_color = Color(0, 0, 0, 1)
[sub_resource type="SystemFont" id="SystemFont_c2823"]
[sub_resource type="FontVariation" id="FontVariation_c3ws0"]
base_font = SubResource("SystemFont_c2823")
variation_embolden = 0.53
[sub_resource type="FontVariation" id="FontVariation_ex8wc"]
base_font = SubResource("SystemFont_3j83h")
variation_embolden = -0.44
[resource]
Button/colors/font_color = Color(0.21875, 0.21875, 0.21875, 1)
Button/fonts/font = SubResource("FontVariation_pirkj")
Button/styles/focus = SubResource("StyleBoxFlat_l5fao")
Button/styles/hover = SubResource("StyleBoxFlat_3p3im")
Button/styles/normal = SubResource("StyleBoxFlat_xxmhf")
Button/styles/pressed = SubResource("StyleBoxFlat_xxmhf")
CheckBox/colors/font_color = Color(0, 0, 0, 1)
CheckBox/colors/font_focus_color = Color(0, 0, 0, 1)
CheckBox/colors/font_hover_color = Color(0, 0, 0, 1)
CheckBox/colors/font_hover_pressed_color = Color(0, 0, 0, 1)
CheckBox/colors/font_pressed_color = Color(0, 0, 0, 1)
CheckBox/constants/h_separation = 4
CheckBox/fonts/font = SubResource("FontVariation_8qr07")
CheckBox/styles/disabled = SubResource("StyleBoxFlat_rq65v")
CheckBox/styles/focus = SubResource("StyleBoxFlat_st08c")
CheckBox/styles/hover = SubResource("StyleBoxFlat_rq65v")
CheckBox/styles/hover_pressed = SubResource("StyleBoxFlat_rq65v")
CheckBox/styles/normal = SubResource("StyleBoxFlat_rq65v")
CheckBox/styles/pressed = SubResource("StyleBoxFlat_rq65v")
HSeparator/constants/separation = 6
HSeparator/styles/separator = SubResource("StyleBoxLine_8q7ob")
Label/colors/font_color = Color(0, 0, 0, 1)
LineEdit/colors/caret_color = Color(0, 0.0209808, 0.414062, 1)
LineEdit/colors/font_color = Color(0, 0.0196078, 0.415686, 1)
LineEdit/fonts/font = SubResource("FontVariation_cx2xx")
LineEdit/styles/focus = SubResource("StyleBoxFlat_huhkg")
LineEdit/styles/normal = SubResource("StyleBoxFlat_huhkg")
LineEdit/styles/read_only = SubResource("StyleBoxFlat_huhkg")
MarginContainer/constants/margin_bottom = 30
MarginContainer/constants/margin_left = 70
MarginContainer/constants/margin_right = 30
MarginContainer/constants/margin_top = 30
RichTextLabel/colors/default_color = Color(0, 0, 0, 1)
RichTextLabel/fonts/bold_font = SubResource("FontVariation_c3ws0")
RichTextLabel/fonts/bold_italics_font = null
RichTextLabel/fonts/italics_font = null
RichTextLabel/fonts/mono_font = null
RichTextLabel/fonts/normal_font = SubResource("FontVariation_ex8wc")
|