summaryrefslogtreecommitdiff
path: root/components/healthbar/healtbar.gd
diff options
context:
space:
mode:
authorrom <romangraef@gmail.com>2021-04-25 23:55:11 +0200
committerrom <romangraef@gmail.com>2021-04-25 23:55:18 +0200
commit02019c028d46fd3ce98d022f72862f735ca9229c (patch)
tree22b7a97e979aad715f3a9921680d63e41c1be1a0 /components/healthbar/healtbar.gd
parentb43f35d2183ab5fd236ad9c04b7da0cadf55ba00 (diff)
downloadldjam48-02019c028d46fd3ce98d022f72862f735ca9229c.tar.gz
ldjam48-02019c028d46fd3ce98d022f72862f735ca9229c.tar.bz2
ldjam48-02019c028d46fd3ce98d022f72862f735ca9229c.zip
hearts and base lebel
Diffstat (limited to 'components/healthbar/healtbar.gd')
-rw-r--r--components/healthbar/healtbar.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/healthbar/healtbar.gd b/components/healthbar/healtbar.gd
index a78a81d..b2df800 100644
--- a/components/healthbar/healtbar.gd
+++ b/components/healthbar/healtbar.gd
@@ -1,6 +1,6 @@
extends Node2D
-export var maxhealth = 3
+export var maxhealth = 10
export var offset = 40
var h: PackedScene = preload("res://components/healthbar/heart.tscn")