Wired up boss heart behaviour

This commit is contained in:
Henry 2026-03-04 14:43:24 +00:00
parent bee8cf77f1
commit a13f274767
7 changed files with 95 additions and 15 deletions

View file

@ -129,6 +129,9 @@ func _on_area_entered(area):
if area.is_in_group("boss"):
print("Entered boss!")
if area.is_in_group("heart"):
print("Got the heart!")
func _on_damage_taken():