5 lines
62 B
GDScript
5 lines
62 B
GDScript
extends AudioStreamPlayer
|
|
|
|
func _on_finished():
|
|
queue_free()
|