mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 05:16:55 +02:00
13 lines
335 B
JavaScript
13 lines
335 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
|
|
//
|
|
|
|
HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/";
|
|
|
|
isInterstitialOverlaysVisible = false;
|