summaryrefslogtreecommitdiff
path: root/components/healthbar
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-25 00:39:49 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-25 00:39:49 +0200
commit66a83b84af05256c468f4cc47545ce592a9353fc (patch)
treeb689ddd46ebe95eed9d0ed2bc14cfebbad19d867 /components/healthbar
parent7d3d98f6b6546d8ddcd7a2a4c8e9431c59880223 (diff)
downloadldjam48-66a83b84af05256c468f4cc47545ce592a9353fc.tar.gz
ldjam48-66a83b84af05256c468f4cc47545ce592a9353fc.tar.bz2
ldjam48-66a83b84af05256c468f4cc47545ce592a9353fc.zip
pause
Diffstat (limited to 'components/healthbar')
-rw-r--r--components/healthbar/healtbar.gd1
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)