Untitled
unknown
plain_text
2 years ago
108 B
28
Indexable
extends Node2D func _on_Ball_body_entered(body): if body.is_in_group("brick"): body.remove_brick()
Editor is loading...
extends Node2D func _on_Ball_body_entered(body): if body.is_in_group("brick"): body.remove_brick()