Merge pull request #6516 from imgntn/toytweaks

Reduce pistol volume
This commit is contained in:
James B. Pollack 2015-12-01 13:16:39 -08:00
commit 780f93cfdb

View file

@ -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;