6 lines
94 B
GDScript3
6 lines
94 B
GDScript3
![]() |
extends AudioStreamPlayer3D
|
||
|
|
||
|
|
||
|
func _ready():
|
||
|
MusicSingleton.register_audio_player_slow(self)
|