From fb8316ff12baa5980dfdee91b80aefaa3d186aaa Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Tue, 1 Dec 2015 13:15:08 -0800 Subject: [PATCH] reduce pistol vol --- examples/toybox/pistol/pistol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/toybox/pistol/pistol.js b/examples/toybox/pistol/pistol.js index 94c4ce039f..4c8913086e 100644 --- a/examples/toybox/pistol/pistol.js +++ b/examples/toybox/pistol/pistol.js @@ -36,7 +36,7 @@ this.fireSound = SoundCache.getSound("https://s3.amazonaws.com/hifi-public/sounds/Guns/GUN-SHOT2.raw"); this.ricochetSound = SoundCache.getSound("https://s3.amazonaws.com/hifi-public/sounds/Guns/Ricochet.L.wav"); this.playRichochetSoundChance = 0.1; - this.fireVolume = 0.5; + this.fireVolume = 0.2; this.bulletForce = 10;