explosion SFX

This commit is contained in:
Michael Campbell 2026-04-16 03:05:59 -04:00
parent d93aa1e31a
commit 9e987155d0
6 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,5 @@
extends AudioStreamPlayer3D
func _ready() -> void:
await get_tree().process_frame
reparent(get_tree().current_scene)