refactor audio engine: simplified gain channels, improve fading between audio, rename functions

This commit is contained in:
jorsi
2020-06-03 17:44:27 -04:00
parent fd4fbe6bd4
commit 3b43a2754a
8 changed files with 124 additions and 133 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ var Ship = {
Notifications.notify(Ship, _('somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.'));
$SM.set('game.spaceShip.seenShip', true);
}
AudioEngine.changeMusic(AudioLibrary.MUSIC_SHIP);
AudioEngine.playBackgroundMusic(AudioLibrary.MUSIC_SHIP);
Engine.moveStoresView(null, transition_diff);
},