Wired up boss heart behaviour
This commit is contained in:
parent
bee8cf77f1
commit
a13f274767
7 changed files with 95 additions and 15 deletions
|
|
@ -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():
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue