forked from team-sg/hero-mark-2
the options screen is 𝔞𝔩𝔦𝔳𝔢.
This commit is contained in:
parent
99fd0f6473
commit
89b4bc045e
12 changed files with 327 additions and 120 deletions
BIN
ui/border.png
Normal file
BIN
ui/border.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 581 B |
35
ui/border.png.import
Normal file
35
ui/border.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/border.png-1616a5cc9a11b0652c0316a2cd685d5e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://ui/border.png"
|
||||
dest_files=[ "res://.import/border.png-1616a5cc9a11b0652c0316a2cd685d5e.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
|
|
@ -1,14 +1,24 @@
|
|||
[gd_resource type="Theme" load_steps=10 format=2]
|
||||
[gd_resource type="Theme" load_steps=13 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]
|
||||
|
||||
[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 = 6.0
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=8]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=4]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=5]
|
||||
[sub_resource type="StyleBoxEmpty" id=10]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id=6]
|
||||
texture = ExtResource( 2 )
|
||||
|
@ -24,14 +34,16 @@ content_margin_right = 4.0
|
|||
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/focus = SubResource( 9 )
|
||||
Button/styles/hover = SubResource( 8 )
|
||||
Button/styles/normal = SubResource( 3 )
|
||||
Button/styles/pressed = SubResource( 3 )
|
||||
HSlider/icons/grabber = ExtResource( 3 )
|
||||
HSlider/icons/grabber_highlight = ExtResource( 4 )
|
||||
HSlider/styles/grabber_area = SubResource( 4 )
|
||||
HSlider/styles/grabber_area_highlight = SubResource( 5 )
|
||||
HSlider/styles/grabber_area_highlight = SubResource( 10 )
|
||||
HSlider/styles/slider = SubResource( 6 )
|
||||
TabContainer/colors/font_color_fg = Color( 1, 1, 1, 1 )
|
||||
TabContainer/styles/panel = SubResource( 1 )
|
||||
TabContainer/styles/tab_bg = SubResource( 2 )
|
||||
TabContainer/styles/tab_disabled = SubResource( 2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue