diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 00:39:49 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 00:39:49 +0200 |
commit | 66a83b84af05256c468f4cc47545ce592a9353fc (patch) | |
tree | b689ddd46ebe95eed9d0ed2bc14cfebbad19d867 /components/healthbar | |
parent | 7d3d98f6b6546d8ddcd7a2a4c8e9431c59880223 (diff) | |
download | ldjam48-66a83b84af05256c468f4cc47545ce592a9353fc.tar.gz ldjam48-66a83b84af05256c468f4cc47545ce592a9353fc.tar.bz2 ldjam48-66a83b84af05256c468f4cc47545ce592a9353fc.zip |
pause
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) |