Skip to content

Commit f2bdbe0

Browse files
committed
Halve the volume
1 parent eb5b92a commit f2bdbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/system/bubble.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
Audio.playSound(bubbleActivateSound, {
6565
position: { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z },
6666
localOnly: true,
67-
volume: 0.4
67+
volume: 0.2
6868
});
6969
hideOverlays();
7070
if (updateConnected === true) {

0 commit comments

Comments
 (0)