mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-10 01:10:05 +00:00
9 lines
132 B
GDScript
9 lines
132 B
GDScript
extends Particles
|
|
|
|
|
|
func emit():
|
|
self.emitting = true
|
|
$lifetime.start()
|
|
|
|
func _on_lifetime_timeout():
|
|
self.queue_free()
|