mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02: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