fromage de la baguette

This commit is contained in:
Victor Turgeon
2023-10-10 13:47:38 -04:00
parent 024ae6d984
commit b763efc1f6
5 changed files with 9 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ var cooldown : float = 0
func _ready():
enemy = get_node("../Enemy")
currentHp = maxHp
animatedSprite.play("default")
func _process(delta):
if !isAlive: