mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:43:31 +02: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) {
|
function playFirecrackerSound(position) {
|
||||||
Audio.playSound(firecrackerSound, {
|
Audio.playSound(firecrackerSound, {
|
||||||
position: position,
|
position: position,
|
||||||
volume: 0.7,
|
volume: 0.5,
|
||||||
loop: false
|
loop: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue