1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-21 12:14:18 +00:00

🔧 Fix healthbar over/under

This commit is contained in:
Steffo 2022-04-05 01:01:30 +02:00
parent 8bb94c930c
commit a764c8844d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=2]
[gd_scene load_steps=12 format=2]
[ext_resource path="res://src/levels/ui/MusicOn.png" type="Texture" id=1]
[ext_resource path="res://src/levels/ui/UIBar.png" type="Texture" id=2]
@ -57,8 +57,8 @@ margin_top = 15.0
margin_right = 365.0
margin_bottom = 65.0
value = 100.0
texture_under = ExtResource( 5 )
texture_progress = ExtResource( 3 )
texture_under = ExtResource( 3 )
texture_progress = ExtResource( 5 )
texture_progress_offset = Vector2( 2, 0 )
script = ExtResource( 9 )