mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Decrease the volume of the tutorial firecracker
This commit is contained in:
parent
5c6ab5d0c3
commit
e3941617c1
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ function playSuccessSound() {
|
|||
function playFirecrackerSound(position) {
|
||||
Audio.playSound(firecrackerSound, {
|
||||
position: position,
|
||||
volume: 0.7,
|
||||
volume: 0.5,
|
||||
loop: false
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue