Halve the volume

This commit is contained in:
Zach Fox 2016-12-22 16:35:12 -08:00
parent eb5b92ae5d
commit f2bdbe051c

View file

@ -64,7 +64,7 @@
Audio.playSound(bubbleActivateSound, {
position: { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z },
localOnly: true,
volume: 0.4
volume: 0.2
});
hideOverlays();
if (updateConnected === true) {