the_tower/player/ui_theme.tres
2020-06-11 12:23:35 +02:00

63 lines
1.9 KiB
Plaintext

[gd_resource type="Theme" load_steps=8 format=2]
[ext_resource path="res://player/button.png" type="Texture" id=1]
[ext_resource path="res://player/panel.png" type="Texture" id=2]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 20, 20 )
margin_left = 4.12948
margin_right = 4.27187
margin_top = 4.55666
margin_bottom = 3.84469
[sub_resource type="StyleBoxTexture" id=2]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 20, 20 )
margin_left = 3.59834
margin_right = 3.98388
margin_top = 3.59834
margin_bottom = 3.72685
modulate_color = Color( 0.752941, 0.752941, 0.752941, 1 )
[sub_resource type="StyleBoxTexture" id=3]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 20, 20 )
margin_left = 4.36941
margin_right = 4.2409
margin_top = 4.49793
margin_bottom = 4.62644
[sub_resource type="StyleBoxTexture" id=4]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 20, 20 )
margin_left = 3.78773
margin_right = 3.923
margin_top = 3.78773
margin_bottom = 3.78773
modulate_color = Color( 0.505882, 0.505882, 0.505882, 1 )
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 20, 20 )
margin_left = 3.74726
margin_right = 3.65383
margin_top = 3.59737
margin_bottom = 3.48775
modulate_color = Color( 0.184314, 0.184314, 0.184314, 1 )
[resource]
Button/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 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 = SubResource( 1 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 3 )
Button/styles/pressed = SubResource( 4 )
Panel/styles/panel = SubResource( 5 )
PanelContainer/styles/panel = SubResource( 5 )