From 66a83b84af05256c468f4cc47545ce592a9353fc Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sun, 25 Apr 2021 00:39:49 +0200 Subject: pause --- components/healthbar/healtbar.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'components') 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) -- cgit