mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
Add tablet rezzer script to default scripts
This commit is contained in:
parent
a86fdeafc0
commit
cd70c97e90
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
|||
"system/dialTone.js",
|
||||
"system/firstPersonHMD.js",
|
||||
"system/tablet-ui/tabletUI.js",
|
||||
"system/emote.js"
|
||||
"system/emote.js",
|
||||
"system/tabletRezzer.js"
|
||||
];
|
||||
var DEFAULT_SCRIPTS_SEPARATE = [
|
||||
"system/controllers/controllerScripts.js",
|
||||
|
|
Loading…
Reference in a new issue