the options screen is 𝔞𝔩𝔦𝔳𝔢.
This commit is contained in:
parent
99fd0f6473
commit
89b4bc045e
12 changed files with 327 additions and 120 deletions
|
@ -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