rossturner / king-under-the-mountain

A simulation-based strategy game written in Java using LibGDX
MIT License
106 stars 17 forks source link

Pause music when application is in the background. #26

Open nanodeath opened 3 months ago

nanodeath commented 3 months ago

Modifying the main application adapter to add the LifecycleListener is a bigger change than I was expecting, but IMO is the most natural way to accomplish this, too.

MusicJukebox has an ever-increasing number of possible states, too, which is....interesting.

Hurray for tests, even if they are a little useless.

Closes #25.