5 lines
78 B
GDScript
5 lines
78 B
GDScript
extends AudioStreamPlayer3D
|
|
|
|
|
|
func _on_finished() -> void:
|
|
self.queue_free()
|