mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-03 19:41:00 +02:00
13 lines
362 B
JavaScript
13 lines
362 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");
|
|
|
|
isInterstitialOverlaysVisible = false;
|