added actual enemies

This commit is contained in:
2021-11-30 19:12:50 -06:00
parent 1264dc8e8f
commit 7e39fdf2bc
10 changed files with 416 additions and 159 deletions

View File

@@ -56,7 +56,7 @@ func _on_Hitbox_body_entered(body: Node) -> void:
if health_index != 0:
health_index -= 1
hud.update_health(HEALTH_SLICES[health_index])
#hud.update_health(HEALTH_SLICES[health_index])
return