mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 16:59:00 +02:00
16 lines
447 B
JavaScript
16 lines
447 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("scripts.js"); // Not created yet
|