overte/examples/defaultScripts.js

17 lines
417 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
Script.load("lookWithTouch.js");
Script.load("editEntities.js");
Script.load("selectAudioDevice.js");
Script.load("hydraMove.js");
Script.load("headMove.js");
Script.load("inspect.js");