16 lines
989 B
JavaScript
16 lines
989 B
JavaScript
/* globals WELCOME_WAGON_OPTIONS:true */
|
|
|
|
WELCOME_WAGON_OPTIONS = {
|
|
// DOMAIN_ID: 'ba06daa2-5f89-461b-8356-d9ebb7f238fc',
|
|
// ROTATING_DOMAIN: 'WelcomeWagon', // default
|
|
SEARCH_CENTER: {x: 1077.7, y: 1005.6, z: -232.29} // ,
|
|
// 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: 'https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/modules/', // default
|
|
};
|
|
|
|
Script.include('https://hifi-content.s3.amazonaws.com/DomainContent/production/welcomeWagon/welcomeWagonAC.js');
|