like everything
This commit is contained in:
parent
246e6656f4
commit
6c57765608
9 changed files with 557 additions and 0 deletions
4
sound_player/sound.gd
Normal file
4
sound_player/sound.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends AudioStreamPlayer
|
||||
|
||||
func _on_finished() -> void:
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue