lowered volume on sound
This commit is contained in:
parent
eac91e71e8
commit
cc23ecb810
@ -154,7 +154,7 @@ function fire(side, value) {
|
||||
}
|
||||
Audio.playSound(fireSound, {
|
||||
position: barrelTips[side],
|
||||
volume: 1.0
|
||||
volume: 0.5
|
||||
});
|
||||
|
||||
var shotDirection = Vec3.normalize(barrelVectors[side]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user