Alzter / TuxBuilder

A Godot re-implementation of SuperTux
GNU General Public License v3.0
212 stars 28 forks source link

Play background music using a singleton #52

Open Calinou opened 4 years ago

Calinou commented 4 years ago

This prevents music playback from being interrupted when switching scenes.

skyace65 commented 4 years ago

I'm not sure how useful this would be for the game. I can't think of an instance where we want the same music to be played after switching scenes.

Alzter commented 4 years ago

This could be useful if we want different level sectors to be scenes of their own.