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

Suggestion: Support animating background music players in starting scenes #87

Closed Maaack closed 1 month ago

Maaack commented 1 month ago

I get these errors if I try to animate the background music player. image

I think it would be ideal if developers are still able to control the background music player from the scene it starts in.

Maybe the re-parenting of the player node could instead happen when the scene is about to be unloaded.