Use AudioCenter from bones now that it has been moved there, and remove from Jumpy.
Added a trait extension to continue playing music from kira StaticSoundSettings, to avoid having to put all of the params in play_music_advanced, as the looping is configured a bit differently.
The addition of force_restart in PlayMusic event has been helpful, now music does not restart each time switch menu pages.
Use AudioCenter from bones now that it has been moved there, and remove from Jumpy.
Added a trait extension to continue playing music from kira
StaticSoundSettings
, to avoid having to put all of the params inplay_music_advanced
, as the looping is configured a bit differently.The addition of
force_restart
in PlayMusic event has been helpful, now music does not restart each time switch menu pages.Resolves #1016