Fix collider and add waves

This commit is contained in:
DerTyp7
2023-09-20 16:45:48 +02:00
parent 12cf356951
commit 1eaae06040
7 changed files with 99 additions and 14 deletions

View File

@@ -9,5 +9,15 @@ func _ready():
destroy_timer.start()
destroy_timer.connect("timeout", _on_destroy_timer_timeout)
func _on_destroy_timer_timeout():
queue_free()
#func _on_body_entered(body):
# print("---------------")
# print(body.name)
# if "Bullet" not in body.name:
# queue_free()