jasonchadwick / chronodrifter

Platform puzzler where the direction of time flow can change.
1 stars 0 forks source link

In-game music does not pause when going back to main menu #43

Closed jasonchadwick closed 2 years ago

jasonchadwick commented 2 years ago

In-game music track and main menu music track both play at the same time.

jasonchadwick commented 2 years ago

Issue is caused by MusicManager being tagged DontDestroyOnLoad, which is needed to keep music consistent when switching levels. Need special behavior for going to main menu or level screen.