Untitled
unknown
plain_text
3 years ago
108 B
29
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()