mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
Merge pull request #4393 from ctrlaltdavid/20389
CR for Job #20389 - hmdDefaults.js
This commit is contained in:
commit
e2a1ae41b7
1 changed files with 16 additions and 0 deletions
16
examples/hmdDefaults.js
Normal file
16
examples/hmdDefaults.js
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
//
|
||||||
|
// 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
|
Loading…
Reference in a new issue