-
Notifications
You must be signed in to change notification settings - Fork 1
/
new_theme.tres
34 lines (29 loc) · 1.13 KB
/
new_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
[gd_resource type="Theme" load_steps=5 format=2]
[ext_resource path="res://assets/Kenney Bold.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.952941, 0.203922, 0.203922, 1 )
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.933333, 0.505882, 0.505882, 1 )
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
[sub_resource type="DynamicFont" id=3]
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 3 )
Button/colors/font_color = Color( 0.243137, 0.00392157, 0.00392157, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.243137, 0.00392157, 0.00392157, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/focus = null
Button/styles/hover = SubResource( 1 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = null