6 lines
100 B
GDScript3
6 lines
100 B
GDScript3
|
extends AudioStreamPlayer
|
||
|
|
||
|
func _ready():
|
||
|
yield(GlobalEventBus, "new_ambient_music_start")
|
||
|
stop()
|