7 lines
99 B
GDScript
7 lines
99 B
GDScript
extends AudioStreamPlayer2D
|
|
|
|
|
|
func _process(delta: float) -> void:
|
|
if not playing:
|
|
queue_free()
|