4 lines
70 B
GDScript
4 lines
70 B
GDScript
extends AudioStreamPlayer
|
|
|
|
func _on_finished() -> void:
|
|
queue_free()
|