mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
decrease all volume
This commit is contained in:
parent
bad6a15f09
commit
25fe8583c8
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
||||||
stereo: true,
|
stereo: true,
|
||||||
loop: true,
|
loop: true,
|
||||||
localOnly: true,
|
localOnly: true,
|
||||||
volume: 0.5
|
volume: 0.2
|
||||||
};
|
};
|
||||||
|
|
||||||
this.sound = SoundCache.getSound(self.soundURL);
|
this.sound = SoundCache.getSound(self.soundURL);
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
stereo: true,
|
stereo: true,
|
||||||
loop: false,
|
loop: false,
|
||||||
localOnly: true,
|
localOnly: true,
|
||||||
volume: 0.5
|
volume: 0.2
|
||||||
};
|
};
|
||||||
this.sound = SoundCache.getSound(this.soundURL);
|
this.sound = SoundCache.getSound(this.soundURL);
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
stereo: true,
|
stereo: true,
|
||||||
loop: false,
|
loop: false,
|
||||||
localOnly: true,
|
localOnly: true,
|
||||||
volume: 0.5,
|
volume: 0.2,
|
||||||
position: this.position
|
position: this.position
|
||||||
};
|
};
|
||||||
this.sound = SoundCache.getSound(this.soundURL);
|
this.sound = SoundCache.getSound(this.soundURL);
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
loop: false,
|
loop: false,
|
||||||
localOnly: false,
|
localOnly: false,
|
||||||
position: this.position,
|
position: this.position,
|
||||||
volume: 0.5
|
volume: 0.2
|
||||||
};
|
};
|
||||||
this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav");
|
this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav");
|
||||||
//print('Script.clearTimeout PRELOADING A ZOOM ENTITY')
|
//print('Script.clearTimeout PRELOADING A ZOOM ENTITY')
|
||||||
|
|
Loading…
Reference in a new issue