mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-16 03:00:42 +02:00
14 lines
431 B
JavaScript
14 lines
431 B
JavaScript
//
|
|
// globals.js
|
|
// examples/libraries
|
|
//
|
|
// Copyright 2014 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
var networkingConstants = Script.require("/~/system/libraries/networkingConstants.js");
|
|
var VIRCADIA_PUBLIC_CDN = networkingConstants.PUBLIC_BUCKET_CDN_URL;
|
|
|
|
isInterstitialOverlaysVisible = false;
|