mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Merge pull request #2479 from ZappoMan/defaultscript
add stub of default script
This commit is contained in:
commit
24b80fca81
1 changed files with 5 additions and 0 deletions
5
examples/defaultScripts.js
Normal file
5
examples/defaultScripts.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
// defaultScripts.js
|
||||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
Script.include("lookWithTouch.js");
|
||||
Script.include("editVoxels.js");
|
||||
Script.include("selectAudioDevice.js");
|
Loading…
Reference in a new issue