mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 23:43:47 +00:00
Volume Sliders
This commit is contained in:
parent
bc2c3de525
commit
c75d9d226f
19 changed files with 257 additions and 49 deletions
16
Resources/Styles/HealthBarBackground.tres
Normal file
16
Resources/Styles/HealthBarBackground.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://dnb4ogn847dyp"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://teydwmu6h04b" path="res://Sprites/UI/HealthBar.png" id="1_cbfps"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_cbfps")
|
||||
texture_margin_left = 3.0
|
||||
texture_margin_top = 3.0
|
||||
texture_margin_right = 3.0
|
||||
texture_margin_bottom = 3.0
|
||||
expand_margin_left = 1.0
|
||||
expand_margin_top = 1.0
|
||||
expand_margin_right = 1.0
|
||||
expand_margin_bottom = 1.0
|
||||
axis_stretch_horizontal = 2
|
||||
axis_stretch_vertical = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue