konkr_game_3d/scripts/Destruction.gd

9 lines
116 B
GDScript3
Raw Normal View History

2023-08-09 23:12:19 +03:00
extends Particles
func _ready():
emitting = true
func _physics_process(_delta):
if not emitting:
queue_free()