-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal_theme.tres
89 lines (81 loc) · 2.94 KB
/
global_theme.tres
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
[gd_resource type="Theme" load_steps=9 format=3 uid="uid://bqxbmpg0ub86d"]
[ext_resource type="FontFile" uid="uid://bcpx4sl5bfb53" path="res://fonts/Magical Childhood.ttf" id="1_31eni"]
[ext_resource type="FontFile" uid="uid://dydkaj4vrx6dq" path="res://fonts/Maximum Impact.ttf" id="1_cc4il"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_i5c7j"]
bg_color = Color(0.34902, 0.34902, 0.34902, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.168627, 0.168627, 0.168627, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
expand_margin_left = 3.0
expand_margin_top = 3.0
expand_margin_right = 3.0
expand_margin_bottom = 3.0
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_jh587"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_q7xt4"]
bg_color = Color(0.462745, 0.627451, 0.8, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.86, 0.86, 1, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
expand_margin_left = 3.0
expand_margin_top = 3.0
expand_margin_right = 3.0
expand_margin_bottom = 3.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5q2p1"]
bg_color = Color(0.372549, 0.501961, 0.643137, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
expand_margin_left = 3.0
expand_margin_top = 3.0
expand_margin_right = 3.0
expand_margin_bottom = 3.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_uamxp"]
bg_color = Color(0.0588235, 0.137255, 0.454902, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.278431, 0.278431, 0.278431, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
expand_margin_left = 3.0
expand_margin_top = 3.0
expand_margin_right = 3.0
expand_margin_bottom = 3.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_br33g"]
bg_color = Color(0.545098, 0.545098, 0.545098, 1)
[resource]
Button/font_sizes/font_size = 14
Button/fonts/font = ExtResource("1_31eni")
Button/styles/disabled = SubResource("StyleBoxFlat_i5c7j")
Button/styles/focus = SubResource("StyleBoxEmpty_jh587")
Button/styles/hover = SubResource("StyleBoxFlat_q7xt4")
Button/styles/normal = SubResource("StyleBoxFlat_5q2p1")
Button/styles/pressed = SubResource("StyleBoxFlat_uamxp")
HBoxContainer/constants/separation = 32
Label/colors/font_color = Color(0, 0, 0, 1)
Label/font_sizes/font_size = 18
Label/fonts/font = ExtResource("1_cc4il")
OverlayLabel/base_type = &"Label"
OverlayLabel/colors/font_color = Color(1, 1, 1, 1)
OverlayLabel/fonts/font = ExtResource("1_cc4il")
OverlayLabel/styles/normal = SubResource("StyleBoxFlat_br33g")