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