mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 06:16:18 +02:00
decrease all volume
This commit is contained in:
parent
bad6a15f09
commit
25fe8583c8
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
stereo: true,
|
||||
loop: true,
|
||||
localOnly: true,
|
||||
volume: 0.5
|
||||
volume: 0.2
|
||||
};
|
||||
|
||||
this.sound = SoundCache.getSound(self.soundURL);
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
stereo: true,
|
||||
loop: false,
|
||||
localOnly: true,
|
||||
volume: 0.5
|
||||
volume: 0.2
|
||||
};
|
||||
this.sound = SoundCache.getSound(this.soundURL);
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
stereo: true,
|
||||
loop: false,
|
||||
localOnly: true,
|
||||
volume: 0.5,
|
||||
volume: 0.2,
|
||||
position: this.position
|
||||
};
|
||||
this.sound = SoundCache.getSound(this.soundURL);
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
loop: false,
|
||||
localOnly: false,
|
||||
position: this.position,
|
||||
volume: 0.5
|
||||
volume: 0.2
|
||||
};
|
||||
this.teleportSound = SoundCache.getSound("https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/Audio/whoosh.wav");
|
||||
//print('Script.clearTimeout PRELOADING A ZOOM ENTITY')
|
||||
|
|
Loading…
Reference in a new issue