Lesson2 - IceBreaker
TaktycznyBocian
plain_text
2 years ago
133 B
7
Indexable
extends Area2D func _on_Area2D_body_entered(_body): if _body.is_in_group("projectile"): _body.get_parent().queue_free()
Editor is loading...
extends Area2D func _on_Area2D_body_entered(_body): if _body.is_in_group("projectile"): _body.get_parent().queue_free()