This commit is contained in:
schmelczerandras 2020-10-25 17:54:45 +01:00
parent a66fa63b4b
commit efa838a2ad
20 changed files with 1691 additions and 368 deletions

View file

@ -33,6 +33,7 @@ export abstract class SoundHandler {
setTimeout(() => {
this.ambientSound.muted = false;
this.ambientSound.volume = 0.5;
this.ambientSound.loop = true;
if (!this.isAmbientPlaying) {
this.ambientSound.pause();
}