-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.tres
More file actions
100 lines (87 loc) · 3.44 KB
/
Menu.tres
File metadata and controls
100 lines (87 loc) · 3.44 KB
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" format=3 uid="uid://dy5dqajbxmjti"]
[ext_resource type="Texture2D" uid="uid://8bbwb71saqd" path="res://assets/toggle_on_32x18.png" id="1_4vjhu"]
[ext_resource type="Texture2D" uid="uid://cx3ktw4gnp3k5" path="res://assets/toggle_off_32x18.png" id="2_5a2y1"]
[ext_resource type="FontFile" uid="uid://blgdofojrs8aa" path="res://assets/DepartureMono-Regular.otf" id="3_gnl3n"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lhvta"]
bg_color = Color(0.6, 0.6, 0.6, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c5xx3"]
bg_color = Color(0.8, 0.8, 0.8, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_r72lh"]
bg_color = Color(0.8, 0.8, 0.8, 0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mlinn"]
bg_color = Color(0.8, 0.8, 0.8, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ux8x0"]
bg_color = Color(0.8, 0.8, 0.8, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_b6rj0"]
bg_color = Color(1, 1, 1, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_aplhf"]
bg_color = Color(1, 1, 1, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jv7vy"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fy2mf"]
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ykxl7"]
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
border_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_p8kih"]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color(1, 1, 1, 1)
[resource]
default_font = ExtResource("3_gnl3n")
default_font_size = 11
CheckButton/icons/checked = ExtResource("1_4vjhu")
CheckButton/icons/unchecked = ExtResource("2_5a2y1")
CheckButton/styles/focus = SubResource("StyleBoxFlat_lhvta")
ItemList/colors/font_color = Color(0, 0, 0, 1)
ItemList/colors/font_hovered_color = Color(0, 0, 0, 1)
ItemList/colors/font_selected_color = Color(0, 0, 0, 1)
ItemList/colors/guide_color = Color(0, 0, 0, 1)
ItemList/constants/line_separation = 3
ItemList/constants/v_separation = 8
ItemList/styles/cursor_unfocused = SubResource("StyleBoxFlat_c5xx3")
ItemList/styles/focus = SubResource("StyleBoxFlat_r72lh")
ItemList/styles/hovered = SubResource("StyleBoxFlat_mlinn")
ItemList/styles/panel = SubResource("StyleBoxFlat_ux8x0")
ItemList/styles/selected = SubResource("StyleBoxFlat_b6rj0")
ItemList/styles/selected_focus = SubResource("StyleBoxFlat_aplhf")
VScrollBar/styles/grabber = SubResource("StyleBoxFlat_jv7vy")
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_fy2mf")
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_ykxl7")
VScrollBar/styles/scroll = SubResource("StyleBoxFlat_p8kih")