mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 18:11:27 +02:00
make the crowd a bit louder
This commit is contained in:
parent
d5c6b0bdc0
commit
f67d4d33f4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ var extras = [
|
|||
SoundCache.getSound("atp:44a83a788ccfd2924e35c902c34808b24dbd0309d000299ce01a355f91cf8115.wav") // clapping
|
||||
];
|
||||
|
||||
var CHATTER_VOLUME = 0.10
|
||||
var EXTRA_VOLUME = 0.15
|
||||
var CHATTER_VOLUME = 0.20
|
||||
var EXTRA_VOLUME = 0.25
|
||||
|
||||
function playChatter() {
|
||||
if (chatter.downloaded && !chatter.isPlaying) {
|
||||
|
|
Loading…
Reference in a new issue