mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 18:58:37 +02:00
Merge pull request #9265 from zfox23/HalveBubbleVolume
Halve the space bubble audio volume
This commit is contained in:
commit
aff05a56e7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
Audio.playSound(bubbleActivateSound, {
|
Audio.playSound(bubbleActivateSound, {
|
||||||
position: { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z },
|
position: { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z },
|
||||||
localOnly: true,
|
localOnly: true,
|
||||||
volume: 0.4
|
volume: 0.2
|
||||||
});
|
});
|
||||||
hideOverlays();
|
hideOverlays();
|
||||||
if (updateConnected === true) {
|
if (updateConnected === true) {
|
||||||
|
|
Loading…
Reference in a new issue