From f2bdbe051c140e7af4643d2af11fd4de16fe10dc Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 22 Dec 2016 16:35:12 -0800 Subject: [PATCH] Halve the volume --- scripts/system/bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/bubble.js b/scripts/system/bubble.js index f02f69729b..2f7286872e 100644 --- a/scripts/system/bubble.js +++ b/scripts/system/bubble.js @@ -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) {