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:
parent
8bb94c930c
commit
a764c8844d
1 changed files with 3 additions and 3 deletions
|
@ -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 )
|
||||
|
||||
|
|
Loading…
Reference in a new issue