diff options
Diffstat (limited to 'components/healthbar')
-rw-r--r-- | components/healthbar/healtbar.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/healthbar/healtbar.gd b/components/healthbar/healtbar.gd index ee9915f..a78a81d 100644 --- a/components/healthbar/healtbar.gd +++ b/components/healthbar/healtbar.gd @@ -14,6 +14,7 @@ func _ready(): var heart = h.instance() hearts.append(heart) heart.position = Vector2(i * offset, 0) + heart.scale = Vector2(3,3) add_child(heart) |