mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 00:43:49 +02:00
Enable pushToTalk.js controller module.
This commit is contained in:
parent
2536fcaa17
commit
9d59e68d45
2 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
||||||
// not set to false (not in use), a module cannot start. When a module is using a slot, that module's name
|
// not set to false (not in use), a module cannot start. When a module is using a slot, that module's name
|
||||||
// is stored as the value, rather than false.
|
// is stored as the value, rather than false.
|
||||||
this.activitySlots = {
|
this.activitySlots = {
|
||||||
|
head: false,
|
||||||
leftHand: false,
|
leftHand: false,
|
||||||
rightHand: false,
|
rightHand: false,
|
||||||
rightHandTrigger: false,
|
rightHandTrigger: false,
|
||||||
|
|
|
@ -34,7 +34,8 @@ var CONTOLLER_SCRIPTS = [
|
||||||
"controllerModules/nearGrabHyperLinkEntity.js",
|
"controllerModules/nearGrabHyperLinkEntity.js",
|
||||||
"controllerModules/nearTabletHighlight.js",
|
"controllerModules/nearTabletHighlight.js",
|
||||||
"controllerModules/nearGrabEntity.js",
|
"controllerModules/nearGrabEntity.js",
|
||||||
"controllerModules/farGrabEntity.js"
|
"controllerModules/farGrabEntity.js",
|
||||||
|
"controllerModules/pushToTalk.js"
|
||||||
];
|
];
|
||||||
|
|
||||||
var DEBUG_MENU_ITEM = "Debug defaultScripts.js";
|
var DEBUG_MENU_ITEM = "Debug defaultScripts.js";
|
||||||
|
|
Loading…
Reference in a new issue