-
Notifications
You must be signed in to change notification settings - Fork 0
/
game_title.theme.tres
69 lines (61 loc) · 2.33 KB
/
game_title.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
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://bo5ton62sllgn"]
[ext_resource type="FontFile" uid="uid://rtbfvblms3ss" path="res://fonts/game-of-squids/Game Of Squids.ttf" id="1_3j5wg"]
[sub_resource type="FontVariation" id="FontVariation_rocl3"]
base_font = ExtResource("1_3j5wg")
spacing_bottom = -15
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7qlj0"]
content_margin_left = 50.0
content_margin_top = 0.0
content_margin_right = 50.0
content_margin_bottom = 0.0
bg_color = Color(1, 1, 1, 0)
border_color = Color(0, 0, 0, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mqdpm"]
content_margin_left = 50.0
content_margin_top = 0.0
content_margin_right = 50.0
content_margin_bottom = 0.0
bg_color = Color(1, 1, 1, 0)
border_width_bottom = 10
border_color = Color(0.39, 0.290875, 0.1521, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5xvgl"]
content_margin_left = 50.0
content_margin_top = 0.0
content_margin_right = 50.0
content_margin_bottom = 0.0
bg_color = Color(1, 1, 1, 0)
border_color = Color(0, 0, 0, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_55whb"]
content_margin_left = 50.0
content_margin_top = 0.0
content_margin_right = 50.0
content_margin_bottom = 0.0
bg_color = Color(1, 1, 1, 0)
border_color = Color(0, 0, 0, 1)
corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lcpby"]
content_margin_left = 50.0
content_margin_top = 0.0
content_margin_right = 50.0
content_margin_bottom = 0.0
bg_color = Color(1, 1, 1, 0)
border_color = Color(0, 0, 0, 1)
corner_detail = 1
[resource]
default_font = SubResource("FontVariation_rocl3")
default_font_size = 120
Button/colors/font_color = Color(0.47, 0.350542, 0.1833, 1)
Button/colors/font_focus_color = Color(0.945098, 0.803922, 0.615686, 1)
Button/colors/font_hover_color = Color(0.945098, 0.803922, 0.615686, 1)
Button/colors/font_hover_pressed_color = Color(0.970044, 0.886161, 0.776631, 1)
Button/font_sizes/font_size = 100
Button/fonts/font = SubResource("FontVariation_rocl3")
Button/styles/disabled = SubResource("StyleBoxFlat_7qlj0")
Button/styles/focus = SubResource("StyleBoxFlat_mqdpm")
Button/styles/hover = SubResource("StyleBoxFlat_5xvgl")
Button/styles/normal = SubResource("StyleBoxFlat_55whb")
Button/styles/pressed = SubResource("StyleBoxFlat_lcpby")
Label/colors/font_color = Color(0, 0, 0, 1)