mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 22:43:40 +02:00
reduce cellscience volume
This commit is contained in:
parent
822a64a08b
commit
51b335c902
4 changed files with 5 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
|||
stereo: true,
|
||||
loop: true,
|
||||
localOnly: true,
|
||||
volume: 0.2
|
||||
volume: 0.035
|
||||
};
|
||||
|
||||
this.sound = SoundCache.getSound(self.soundURL);
|
||||
|
@ -36,7 +36,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
this.enterEntity = function(entityID) {
|
||||
print("entering audio zone");
|
||||
if (self.sound.downloaded) {
|
||||
|
@ -49,7 +48,6 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
this.leaveEntity = function(entityID) {
|
||||
print("leaving audio area " + self.userData.name);
|
||||
if (self.soundPlaying !== false) {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
stereo: true,
|
||||
loop: false,
|
||||
localOnly: true,
|
||||
volume: 0.2
|
||||
volume: 0.035
|
||||
};
|
||||
this.sound = SoundCache.getSound(this.soundURL);
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
stereo: true,
|
||||
loop: false,
|
||||
localOnly: true,
|
||||
volume: 0.2,
|
||||
volume: 0.035,
|
||||
position: this.position
|
||||
};
|
||||
this.sound = SoundCache.getSound(this.soundURL);
|
||||
|
|
|
@ -25,8 +25,9 @@
|
|||
loop: false,
|
||||
localOnly: false,
|
||||
position: this.position,
|
||||
volume: 0.2
|
||||
volume: 0.035
|
||||
};
|
||||
|
||||
this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav");
|
||||
//print('Script.clearTimeout PRELOADING A ZOOM ENTITY')
|
||||
print(" portal destination is " + portalDestination);
|
||||
|
|
Loading…
Reference in a new issue