4 lines
61 B
GDScript
4 lines
61 B
GDScript
extends AudioStreamPlayer
|
|
|
|
func _on_finished():
|
|
self.play()
|