-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTheme.tres
30 lines (25 loc) · 834 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
30
[gd_resource type="Theme" load_steps=7 format=2]
[ext_resource path="res://Assets/orange kid.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://Assets/btn_normal.png" type="Texture" id=2]
[ext_resource path="res://Assets/btn_focus.png" type="Texture" id=3]
[sub_resource type="StyleBoxTexture" id=2]
texture = ExtResource( 3 )
region_rect = Rect2( 0, 0, 32, 32 )
margin_left = 8.0
margin_right = 8.0
margin_top = 8.0
margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 32, 32 )
margin_left = 2.0
margin_right = 2.0
margin_top = 1.8264
margin_bottom = 2.0
[sub_resource type="DynamicFont" id=1]
size = 10
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 1 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 3 )