diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/healthbar/heart.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/healthbar/heart.gd b/components/healthbar/heart.gd index 6177452..f2ecb65 100644 --- a/components/healthbar/heart.gd +++ b/components/healthbar/heart.gd @@ -6,7 +6,7 @@ onready var notfill = $notfill # Called when the node enters the scene tree for the first time. func _ready(): - pass # Replace with function body. + set_filled(false) func _process(delta): |