mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
Halve the volume
This commit is contained in:
parent
eb5b92ae5d
commit
f2bdbe051c
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