explosion SFX
This commit is contained in:
parent
d93aa1e31a
commit
9e987155d0
6 changed files with 55 additions and 0 deletions
5
player/explosion/audio_stream_player_3d.gd
Normal file
5
player/explosion/audio_stream_player_3d.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends AudioStreamPlayer3D
|
||||
|
||||
func _ready() -> void:
|
||||
await get_tree().process_frame
|
||||
reparent(get_tree().current_scene)
|
||||
Loading…
Add table
Add a link
Reference in a new issue