mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:28:03 +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 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;
|
var currentDrone;
|
||||||
|
|
||||||
function reticlePosition() {
|
function reticlePosition() {
|
||||||
|
|
Loading…
Reference in a new issue