16 lines
980 B
JavaScript
16 lines
980 B
JavaScript
/* globals WELCOME_WAGON_OPTIONS:true */
|
|
|
|
WELCOME_WAGON_OPTIONS = {
|
|
// DOMAIN_ID: 'fb6aa924-29e3-476a-808b-a1ffd8c16b97',
|
|
ROTATING_DOMAIN: 'high',
|
|
SEARCH_CENTER: {x: 19.2, y: 0.1, z: -135.6},
|
|
// SEARCH_AREA: 60000, // default
|
|
// DISPLAY_NAME: 'WelcomeWagon [BOT]', // default
|
|
// ACTIVE_WELCOME_WAGON_JSON: 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/ww-wagonPad.json', // default
|
|
// DISABLED_WELCOME_WAGON_JSON: 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/ww-ghostBus.json', // default
|
|
// PLATFORM_NAME: 'ww-landingPad', // default
|
|
// WELCOME_WAGON_CHANNEL: 'com.highfidelity.welcomeWagon', // default
|
|
MODULES_PATH: 'R:\\GIT\\hifi-projects\\2017\\welcomeWagon\\modules\\'
|
|
};
|
|
|
|
Script.include('R:\\GIT\\hifi-projects\\2017\\welcomeWagon\\welcomeWagonAC.js'); // 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/welcomeWagonAC.js');
|