-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.tres
29 lines (25 loc) · 967 Bytes
/
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
[gd_resource type="Theme" load_steps=4 format=2]
[ext_resource path="res://assets/fonts/Nunito-Bold.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.662745, 0.662745, 0.662745, 0.662745 )
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
shadow_color = Color( 0, 0, 0, 0.352941 )
shadow_size = 1
shadow_offset = Vector2( 5, 5 )
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 2 )
Label/colors/font_color = Color( 0.180392, 0.180392, 0.180392, 1 )
Label/colors/font_color_shadow = Color( 0, 0, 0, 0 )
Label/colors/font_outline_modulate = Color( 1, 1, 1, 1 )
Label/constants/line_spacing = 3
Label/constants/shadow_as_outline = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
Label/fonts/font = null
Label/styles/normal = null
Panel/styles/panel = SubResource( 1 )