-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.tres
100 lines (92 loc) · 3.21 KB
/
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
90
91
92
93
94
95
96
97
98
99
100
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://qsr4slii6rq7"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dc0lv"]
bg_color = Color(0.498039, 0.705882, 0.760784, 1)
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 15
border_color = Color(0, 0, 0, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wfjfj"]
bg_color = Color(0.498039, 0.705882, 0.760784, 1)
border_color = Color(0, 0, 0, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
shadow_size = 10
shadow_offset = Vector2(-5, 10)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vdwo3"]
bg_color = Color(0.498039, 0.705882, 0.760784, 1)
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color(0, 0, 0, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pxq8a"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 0.365, 0.365, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0os6b"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 0.365, 0.365, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lmeu0"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 0.365, 0.365, 1)
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qksak"]
bg_color = Color(0.952941, 0.886275, 0.784314, 1)
border_color = Color(0, 0, 0, 1)
[resource]
ChoiseButton/base_type = &"Button"
ChoiseButton/colors/font_color = Color(1, 1, 1, 1)
ChoiseButton/font_sizes/font_size = 60
ChoiseButton/styles/hover = SubResource("StyleBoxFlat_dc0lv")
ChoiseButton/styles/normal = SubResource("StyleBoxFlat_wfjfj")
ChoiseButton/styles/pressed = SubResource("StyleBoxFlat_vdwo3")
StatsButton/base_type = &"Button"
StatsButton/colors/font_color = Color(0, 0, 0, 1)
StatsButton/colors/font_disabled_color = Color(0.109804, 0.109804, 0.109804, 1)
StatsButton/colors/font_focus_color = Color(0, 0, 0, 1)
StatsButton/colors/font_hover_color = Color(0, 0, 0, 1)
StatsButton/colors/font_pressed_color = Color(0, 0, 0, 1)
StatsButton/font_sizes/font_size = 40
StatsButton/styles/hover = SubResource("StyleBoxFlat_pxq8a")
StatsButton/styles/normal = SubResource("StyleBoxFlat_0os6b")
StatsButton/styles/pressed = SubResource("StyleBoxFlat_lmeu0")
StatsLabel/base_type = &"Label"
StatsLabel/colors/font_color = Color(0, 0, 0, 1)
StatsLabel/font_sizes/font_size = 40
StatsLabel/styles/normal = SubResource("StyleBoxFlat_qksak")