-
Notifications
You must be signed in to change notification settings - Fork 0
/
Buttons.tres
91 lines (84 loc) · 3.12 KB
/
Buttons.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
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://cju6i64ri5rtr"]
[ext_resource type="Texture2D" uid="uid://hxp0khe3uj1c" path="res://Images/buttonHower.png" id="2_f2hn1"]
[ext_resource type="Texture2D" uid="uid://dy075ounud5wr" path="res://Images/button.png" id="3_m0qtr"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_a8mb2"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.1, 0.1, 0.1, 0.3)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ay51d"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 0.75)
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_hp3lc"]
texture = ExtResource("2_f2hn1")
expand_margin_left = 10.0
expand_margin_top = 2.0
expand_margin_right = 10.0
expand_margin_bottom = 2.0
region_rect = Rect2(0, 0, 64, 16)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_3ve7x"]
texture = ExtResource("3_m0qtr")
expand_margin_left = 10.0
expand_margin_top = 2.0
expand_margin_right = 10.0
expand_margin_bottom = 2.0
region_rect = Rect2(0, 0, 64, 16)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vs83b"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0, 0, 0, 0.6)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[resource]
default_font_size = 0
Button/colors/font_color = Color(0.887543, 0.86943, 0.879202, 1)
Button/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_outline_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
Button/colors/icon_focus_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_normal_color = Color(1, 1, 1, 1)
Button/colors/icon_pressed_color = Color(1, 1, 1, 1)
Button/constants/h_separation = 4
Button/constants/icon_max_width = 0
Button/constants/outline_size = 0
Button/font_sizes/font_size = 38
Button/fonts/font = null
Button/styles/disabled = SubResource("StyleBoxFlat_a8mb2")
Button/styles/focus = SubResource("StyleBoxFlat_ay51d")
Button/styles/hover = SubResource("StyleBoxTexture_hp3lc")
Button/styles/normal = SubResource("StyleBoxTexture_3ve7x")
Button/styles/pressed = SubResource("StyleBoxFlat_vs83b")