lowered volume on sound

This commit is contained in:
ericrius1 2015-11-17 16:08:10 -08:00
parent eac91e71e8
commit cc23ecb810

View File

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