-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme01.tres
31 lines (23 loc) · 934 Bytes
/
theme01.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
[gd_resource type="Theme" load_steps=8 format=2]
[ext_resource path="res://res/fnt/ludum/ludum.ttf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=2]
size = 12
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.262745, 0.184314, 0, 1 )
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0.168627, 0.372549, 0.721569, 1 )
[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0.14902, 0.341176, 0.67451, 1 )
[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 0, 0.211765, 0.580392, 1 )
[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 0.0235294, 0, 0.380392, 1 )
[resource]
default_font = SubResource( 2 )
Button/fonts/font = SubResource( 2 )
Button/styles/disabled = SubResource( 4 )
Button/styles/focus = SubResource( 5 )
Button/styles/hover = SubResource( 6 )
Button/styles/normal = SubResource( 7 )
Button/styles/pressed = SubResource( 8 )