mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:36:12 +02:00
Lobby.js has some bugs that are not going to be fixed in the short term. Therefore we are removing it from default scripts.
21 lines
546 B
JavaScript
21 lines
546 B
JavaScript
//
|
|
// defaultScripts.js
|
|
// examples
|
|
//
|
|
// 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
|
|
//
|
|
|
|
Script.load("progress.js");
|
|
Script.load("edit.js");
|
|
Script.load("selectAudioDevice.js");
|
|
Script.load("inspect.js");
|
|
Script.load("notifications.js");
|
|
Script.load("users.js");
|
|
Script.load("grab.js");
|
|
Script.load("directory.js");
|
|
Script.load("mouseLook.js");
|
|
Script.load("hmdControls.js");
|
|
Script.load("dialTone.js");
|