-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMenu theme.tres
44 lines (35 loc) · 1.52 KB
/
Menu 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
[gd_resource type="Theme" load_steps=10 format=2]
[ext_resource path="res://Textures/new_styleboxflat.tres" type="StyleBox" id=1]
[ext_resource path="res://Fonts/Courier Prime.ttf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1]
size = 25
font_data = ExtResource( 3 )
[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 0.309804, 0.309804, 0.309804, 0.588235 )
[sub_resource type="StyleBoxFlat" id=9]
bg_color = Color( 0.411765, 0.411765, 0.411765, 0.588235 )
border_width_left = 1
border_color = Color( 0.937255, 0.929412, 0.52549, 1 )
[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 0.411765, 0.411765, 0.411765, 0.588235 )
border_color = Color( 0.921569, 0.909804, 0.235294, 1 )
[sub_resource type="StyleBoxFlat" id=10]
bg_color = Color( 0.396078, 0.396078, 0.396078, 0.588235 )
border_width_left = 3
border_color = Color( 0.886275, 0.839216, 0.45098, 1 )
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 3 )
[sub_resource type="DynamicFont" id=3]
font_data = ExtResource( 3 )
[resource]
Button/colors/font_color_disabled = Color( 0.901961, 0.901961, 0.901961, 0.513726 )
Button/colors/font_color_pressed = Color( 0.827451, 0.509804, 0.054902, 1 )
Button/fonts/font = SubResource( 1 )
Button/styles/disabled = SubResource( 7 )
Button/styles/focus = SubResource( 9 )
Button/styles/hover = ExtResource( 1 )
Button/styles/normal = SubResource( 8 )
Button/styles/pressed = SubResource( 10 )
Fonts/fonts/normal = SubResource( 2 )
Label/constants/line_spacing = 4
Label/fonts/font = SubResource( 3 )