Sound gestion improved

This commit is contained in:
Clement Gournay
2015-07-18 14:07:34 +09:00
parent b868c2598c
commit 524ba0f9a8
3 changed files with 5 additions and 10 deletions

View File

@@ -29,11 +29,6 @@ function soundSystem(controller){
}
}
this.pauseSound = function(soundID, stop){
_sounds[soundID].pause();
if(stop) _sounds[soundID].currentTime=0;
}
this.fadeOutMusic = function(){