mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
change design to run chat separately so it can be removed if users prefer to not use it
This commit is contained in:
parent
0e27ad767c
commit
03edb06ecb
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
||||||
"system/notifications.js",
|
"system/notifications.js",
|
||||||
"system/dialTone.js",
|
"system/dialTone.js",
|
||||||
"system/firstPersonHMD.js",
|
"system/firstPersonHMD.js",
|
||||||
"system/tablet-ui/tabletUI.js",
|
"system/tablet-ui/tabletUI.js"
|
||||||
"system/chat.js"
|
|
||||||
];
|
];
|
||||||
var DEFAULT_SCRIPTS_SEPARATE = [
|
var DEFAULT_SCRIPTS_SEPARATE = [
|
||||||
"system/controllers/controllerScripts.js"
|
"system/controllers/controllerScripts.js",
|
||||||
|
"system/chat.js"
|
||||||
];
|
];
|
||||||
|
|
||||||
// add a menu item for debugging
|
// add a menu item for debugging
|
||||||
|
|
Loading…
Reference in a new issue