summaryrefslogtreecommitdiff
path: root/src/themes/Theme.tres
blob: 50f97b621b2e59ba659a60fdbeb1de9dfa123897 (plain)
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=6 format=2]

[ext_resource path="res://fonts/MonogramExtended.tres" type="DynamicFont" id=1]
[ext_resource path="res://themes/style_box_texture.png" type="Texture" id=2]
[ext_resource path="res://themes/style_box_texture_1x1.png" type="Texture" id=3]

[sub_resource type="StyleBoxTexture" id=2]
texture = ExtResource( 3 )
region_rect = Rect2( 0, 0, 1, 1 )
margin_left = 1.0
margin_right = 1.0
margin_top = 1.0
margin_bottom = 1.0
expand_margin_left = 1.0
expand_margin_right = 1.0

[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 3, 3 )
margin_left = 1.0
margin_right = 1.0
margin_top = 1.0
margin_bottom = 1.0
expand_margin_left = 1.0
expand_margin_right = 1.0

[resource]
default_font = ExtResource( 1 )
HSeparator/constants/separation = 1
HSeparator/styles/separator = SubResource( 2 )
PanelContainer/styles/panel = SubResource( 1 )