bug fix && plants

This commit is contained in:
Jonas Braus
2024-08-03 10:52:53 +02:00
parent 4a64f30c57
commit 7ece2c1391
8 changed files with 159 additions and 21 deletions
+4
View File
@@ -23,3 +23,7 @@ func _on_area_2d_body_entered(body):
func _on_enemie_die_body_entered(body):
body.f_die()
queue_free()
func _on_enemie_die_area_entered(area):
_on_enemie_die_body_entered(area)