mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
reduce pistol vol
This commit is contained in:
parent
3c8e31cd42
commit
fb8316ff12
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue