options screen functionality :):):):):)

This commit is contained in:
Haze Weathers 2023-03-08 16:46:23 -05:00
parent 89b4bc045e
commit 1fc44271f1
10 changed files with 271 additions and 36 deletions

BIN
ui/panel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

35
ui/panel.png.import Normal file
View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/panel.png-4debde5d1941508c13098c29f52f1bf0.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://ui/panel.png"
dest_files=[ "res://.import/panel.png-4debde5d1941508c13098c29f52f1bf0.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -1,9 +1,10 @@
[gd_resource type="Theme" load_steps=13 format=2]
[gd_resource type="Theme" load_steps=15 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]
[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]
@ -24,6 +25,14 @@ expand_margin_bottom = 6.0
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=1]
[sub_resource type="StyleBoxEmpty" id=2]
@ -43,6 +52,8 @@ 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( 1 )
TabContainer/styles/tab_bg = SubResource( 2 )