-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music tracks will be played continuously while game speed is set to paused #5644
base: master
Are you sure you want to change the base?
Music tracks will be played continuously while game speed is set to paused #5644
Conversation
Maybe fade out the music upon pause, and fade in when unpaused? |
@nozmajner I meant that this happenes when you set your game speed to pause, I can change description to clarify more. But I suppose this can be added, maybe in the other PR? |
Oh sorry, I thought it is a report, not a PR |
It's not obvious to me that game music should keep playing in paused mode. (What if you paused because your boss is walking towards your computer, when you're sneakily playing pioneer waiting for your work code to compile?) |
@impaktor Some thoughts about it:
|
81c09fd
to
eded274
Compare
MusicPlayer will now continue to play tracks while game is paused, instead of playing one track and get silenced until game is unpaused.
eded274
to
2e7ba26
Compare
Lest we forget this PR; @WKFO do you have any objections to this? |
MusicPlayer will now continue to play tracks while game is paused, instead of playing one track and get silenced until unpaused.
Edit: rebase.
Edit2: rebase.