blob: c2ec3b12d9e70b087de7a7f2049e84c0a90ab44f (
plain)
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
|
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://b0qmvo504e457"]
[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://menu/font-josefin-sans.woff2" id="1_go7fi"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/font-sansita-swashed.woff2" id="1_tneco"]
[sub_resource type="FontVariation" id="FontVariation_lyo8w"]
base_font = ExtResource("1_go7fi")
variation_embolden = 1.25
spacing_top = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_25x32"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(1, 1, 1, 0.0352941)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2fl8q"]
content_margin_left = 10.0
content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(1, 1, 1, 0.266667)
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_emtvk"]
content_margin_top = 5.0
content_margin_bottom = 5.0
color = Color(1, 1, 1, 1)
grow_begin = 0.0
grow_end = 0.0
thickness = 3
[sub_resource type="FontVariation" id="FontVariation_ff4nr"]
base_font = ExtResource("1_tneco")
variation_embolden = 0.7
[resource]
Button/font_sizes/font_size = 18
Button/fonts/font = SubResource("FontVariation_lyo8w")
Button/styles/disabled = SubResource("StyleBoxFlat_25x32")
Button/styles/focus = SubResource("StyleBoxFlat_25x32")
Button/styles/hover = SubResource("StyleBoxFlat_2fl8q")
Button/styles/normal = SubResource("StyleBoxFlat_25x32")
Button/styles/pressed = SubResource("StyleBoxFlat_25x32")
HSeparator/styles/separator = SubResource("StyleBoxLine_emtvk")
Label/font_sizes/font_size = 16
Label/fonts/font = ExtResource("1_tneco")
LineEdit/styles/focus = SubResource("StyleBoxFlat_25x32")
LineEdit/styles/normal = SubResource("StyleBoxFlat_25x32")
LineEdit/styles/read_only = SubResource("StyleBoxFlat_25x32")
RichTextLabel/fonts/bold_font = SubResource("FontVariation_ff4nr")
RichTextLabel/fonts/bold_italics_font = null
RichTextLabel/fonts/italics_font = null
RichTextLabel/fonts/mono_font = null
RichTextLabel/fonts/normal_font = ExtResource("1_tneco")
|