-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui.tres
52 lines (47 loc) · 1.63 KB
/
ui.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
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://bsp421jrq0otr"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_jwtfp"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7citr"]
bg_color = Color(0.27451, 0.27451, 0.27451, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
expand_margin_left = 20.0
expand_margin_top = 5.0
expand_margin_right = 20.0
expand_margin_bottom = 10.0
shadow_color = Color(0, 0, 0, 1)
shadow_size = 3
shadow_offset = Vector2(6, 6)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_chp4m"]
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
expand_margin_left = 20.0
expand_margin_top = 5.0
expand_margin_right = 20.0
expand_margin_bottom = 10.0
shadow_color = Color(0, 0, 0, 1)
shadow_size = 3
shadow_offset = Vector2(6, 6)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eiitr"]
bg_color = Color(0.168627, 0.168627, 0.168627, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
expand_margin_left = 20.0
expand_margin_top = 5.0
expand_margin_right = 20.0
expand_margin_bottom = 10.0
shadow_color = Color(0, 0, 0, 0)
shadow_offset = Vector2(6, 6)
[resource]
Button/font_sizes/font_size = 48
Button/styles/focus = SubResource("StyleBoxEmpty_jwtfp")
Button/styles/hover = SubResource("StyleBoxFlat_7citr")
Button/styles/normal = SubResource("StyleBoxFlat_chp4m")
Button/styles/pressed = SubResource("StyleBoxFlat_eiitr")
Label/font_sizes/font_size = 48