mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:03:36 +02:00
lowered volume on sound
This commit is contained in:
parent
eac91e71e8
commit
cc23ecb810
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue