-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheme.tres
59 lines (54 loc) · 1.87 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
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://bivyqx1y8v6km"]
[ext_resource type="FontFile" uid="uid://bp6q6hblefmr0" path="res://font.png" id="1_hh1tj"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1rnlw"]
bg_color = Color(0.431373, 0.313726, 0.188235, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.647059, 0.537255, 0.247059, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 2
shadow_color = Color(0.0901961, 0.0901961, 0.0901961, 0.6)
shadow_size = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_l1wq8"]
bg_color = Color(0.733333, 0.564706, 0.380392, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.905882, 0.788235, 0.498039, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 2
shadow_color = Color(0.0901961, 0.0901961, 0.0901961, 0.6)
shadow_size = 4
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wif5q"]
bg_color = Color(0.733333, 0.564706, 0.380392, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.905882, 0.788235, 0.498039, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
corner_detail = 2
shadow_color = Color(0.0901961, 0.0901961, 0.0901961, 0.6)
shadow_size = 4
anti_aliasing = false
[resource]
default_font = ExtResource("1_hh1tj")
default_font_size = 64
Button/fonts/font = ExtResource("1_hh1tj")
Button/styles/disabled = SubResource("StyleBoxFlat_1rnlw")
Button/styles/hover = SubResource("StyleBoxFlat_l1wq8")
Button/styles/normal = SubResource("StyleBoxFlat_wif5q")