meat_madness_redux/godot/assets/meat_bore/SurfaceAmbientMusic.gd

6 lines
100 B
GDScript3
Raw Permalink Normal View History

2023-01-04 12:49:02 -07:00
extends AudioStreamPlayer
func _ready():
yield(GlobalEventBus, "new_ambient_music_start")
stop()