mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 03:46:57 +02:00
17 lines
487 B
JavaScript
17 lines
487 B
JavaScript
//
|
|
// hmdDefaults.js
|
|
// examples
|
|
//
|
|
// Created by David Rowe on 6 Mar 2015.
|
|
// Copyright 2015 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("lobby.js");
|
|
Script.load("notifications.js");
|
|
Script.load("controllers/oculus/goTo.js");
|
|
Script.load("utilities/LODWarning.js");
|
|
//Script.load("scripts.js"); // Not created yet
|