BRICKS
unknown
plain_text
2 years ago
199 B
34
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...