mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
switch lobby noise back to drone
This commit is contained in:
parent
cb5d5dd3a8
commit
0433586293
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var ORB_SHIFT = { x: 0, y: -1.4, z: -0.8};
|
|||
|
||||
var HELMET_ATTACHMENT_URL = HIFI_PUBLIC_BUCKET + "models/attachments/IronManMaskOnly.fbx"
|
||||
|
||||
var droneSound = new Sound(HIFI_PUBLIC_BUCKET + "sounds/Lobby/latin.raw")
|
||||
var droneSound = new Sound(HIFI_PUBLIC_BUCKET + "sounds/Lobby/drone.raw")
|
||||
var currentDrone;
|
||||
|
||||
function reticlePosition() {
|
||||
|
|
Loading…
Reference in a new issue