hero-mark-2/ui/theme.tres

68 lines
2.3 KiB
Text

[gd_resource type="Theme" load_steps=17 format=2]
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=1]
[ext_resource path="res://graphics/hud/hslider_slider.png" type="Texture" id=2]
[ext_resource path="res://graphics/hud/hslider_grabber.png" type="Texture" id=3]
[ext_resource path="res://graphics/hud/hslider_grabber_focused.png" type="Texture" id=4]
[ext_resource path="res://ui/panel.png" type="Texture" id=5]
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxFlat" id=9]
content_margin_bottom = 0.0
bg_color = Color( 0, 0, 0, 0 )
border_width_bottom = 1
border_color = Color( 1, 1, 1, 1 )
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxEmpty" id=8]
[sub_resource type="StyleBoxLine" id=17]
color = Color( 0.501961, 0.501961, 0.501961, 1 )
[sub_resource type="StyleBoxEmpty" id=4]
[sub_resource type="StyleBoxEmpty" id=10]
[sub_resource type="StyleBoxTexture" id=6]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 1, 8 )
[sub_resource type="StyleBoxTexture" id=11]
texture = ExtResource( 5 )
region_rect = Rect2( 0, 0, 9, 9 )
margin_left = 3.0
margin_right = 3.0
margin_top = 3.0
margin_bottom = 3.0
[sub_resource type="StyleBoxEmpty" id=16]
[sub_resource type="StyleBoxEmpty" id=2]
content_margin_left = 4.0
content_margin_right = 4.0
[sub_resource type="StyleBoxEmpty" id=18]
[resource]
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 0.690196, 0.690196, 0.690196, 1 )
Button/styles/disabled = SubResource( 3 )
Button/styles/focus = SubResource( 9 )
Button/styles/hover = SubResource( 8 )
Button/styles/normal = SubResource( 3 )
Button/styles/pressed = SubResource( 3 )
HSeparator/styles/separator = SubResource( 17 )
HSlider/icons/grabber = ExtResource( 3 )
HSlider/icons/grabber_highlight = ExtResource( 4 )
HSlider/styles/grabber_area = SubResource( 4 )
HSlider/styles/grabber_area_highlight = SubResource( 10 )
HSlider/styles/slider = SubResource( 6 )
Panel/styles/panel = SubResource( 11 )
PanelContainer/styles/panel = SubResource( 11 )
TabContainer/colors/font_color_fg = Color( 1, 1, 1, 1 )
TabContainer/styles/panel = SubResource( 16 )
TabContainer/styles/tab_bg = SubResource( 2 )
TabContainer/styles/tab_disabled = SubResource( 2 )
TabContainer/styles/tab_fg = SubResource( 2 )
VScrollBar/styles/scroll = SubResource( 18 )