BRICKS
unknown
plain_text
3 years ago
199 B
35
Indexable
extends StaticBody2D func remove_brick(): $Sprite.queue_free() $CollisionShape2D.queue_free() $CPUParticles2D.emitting = true $Timer.start() func _on_Timer_timeout(): queue_free()
Editor is loading...