overte/examples/defaultScripts.js

21 lines
553 B
JavaScript
Raw Normal View History

2014-04-08 17:54:54 -07:00
//
2014-03-25 00:46:07 -07:00
// defaultScripts.js
2014-04-08 17:54:54 -07:00
// 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
//
2014-04-08 17:54:54 -07:00
2015-02-03 16:17:06 -08:00
Script.load("progress.js");
Script.load("lookWithTouch.js");
Script.load("editEntities.js");
Script.load("selectAudioDevice.js");
2015-01-15 17:24:25 -08:00
Script.load("controllers/hydra/hydraMove.js");
Script.load("headMove.js");
Script.load("inspect.js");
2014-12-10 16:53:21 -08:00
Script.load("lobby.js");
2014-12-19 14:18:44 -08:00
Script.load("notifications.js");
Script.load("lookWithMouse.js")