DVN/sound_player/sound.gd
2025-02-27 00:02:50 -05:00

4 lines
70 B
GDScript

extends AudioStreamPlayer
func _on_finished() -> void:
queue_free()