mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #9025 from huffman/feat/udpate-tutorial-firecracker-audio
Decrease the volume of the tutorial firecracker
This commit is contained in:
commit
11720c6ad8
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