This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Assets/Audio/BulletFlyBySoundPlayer.gd

5 lines
75 B
GDScript

extends Node3D
func _on_SoundPlayer_SoundPlayer_finished():
queue_free()