initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends AudioStreamPlayer2D
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
if not playing:
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user