options skeleton :D

This commit is contained in:
pennyrigate 2023-02-24 21:31:10 -05:00
parent 22fc792664
commit 8b247304e6
12 changed files with 649 additions and 7 deletions

View file

@ -1,6 +1,38 @@
[gd_resource type="Theme" load_steps=2 format=2]
[gd_resource type="Theme" load_steps=10 format=2]
[ext_resource path="res://ui/2ndpuberty..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]
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxEmpty" id=4]
[sub_resource type="StyleBoxEmpty" id=5]
[sub_resource type="StyleBoxTexture" id=6]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 1, 8 )
[sub_resource type="StyleBoxEmpty" id=1]
[sub_resource type="StyleBoxEmpty" id=2]
content_margin_left = 4.0
content_margin_right = 4.0
[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( 3 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 3 )
Button/styles/pressed = SubResource( 3 )
HSlider/icons/grabber = ExtResource( 3 )
HSlider/styles/grabber_area = SubResource( 4 )
HSlider/styles/grabber_area_highlight = SubResource( 5 )
HSlider/styles/slider = SubResource( 6 )
TabContainer/styles/panel = SubResource( 1 )
TabContainer/styles/tab_bg = SubResource( 2 )
TabContainer/styles/tab_disabled = SubResource( 2 )
TabContainer/styles/tab_fg = SubResource( 2 )