-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMenuTheme.tres
51 lines (44 loc) · 1.6 KB
/
MenuTheme.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
[gd_resource type="Theme" load_steps=7 format=2]
[ext_resource path="res://assets/robotocondensed-bold.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=21]
bg_color = Color( 0.517647, 0.494118, 0.529412, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[sub_resource type="StyleBoxFlat" id=16]
bg_color = Color( 0.517647, 0.494118, 0.529412, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[sub_resource type="StyleBoxFlat" id=17]
bg_color = Color( 0.517647, 0.494118, 0.529412, 1 )
[sub_resource type="StyleBoxFlat" id=20]
bg_color = Color( 0.411765, 0.415686, 0.415686, 1 )
[sub_resource type="DynamicFont" id=18]
size = 20
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 18 )
Button/colors/font_color = Color( 1, 1, 1, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_focus = Color( 0.94, 0.94, 0.94, 1 )
Button/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 2
Button/styles/disabled = null
Button/styles/focus = SubResource( 21 )
Button/styles/hover = SubResource( 16 )
Button/styles/normal = SubResource( 17 )
Button/styles/pressed = SubResource( 20 )