Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
283 stars 17 forks source link

Fixes to ProjectMusicController #85

Closed Maaack closed 1 month ago

Maaack commented 1 month ago

Music controller is supposed to check AudioStreamPlayers that match the audio_bus variable, but it does not.

Also, sometimes an AudioStreamPlayers can get added before the _ready() on the ProjectMusicController gets called. Should use _enter_tree() instead.