Reinstate controller module priorities per master

This commit is contained in:
David Rowe 2020-05-26 14:58:27 +12:00
parent c05225ca2f
commit b32bdba111
3 changed files with 3 additions and 3 deletions
scripts/system/controllers/controllerModules

View file

@ -17,7 +17,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
this.hand = hand;
this.disableModules = false;
this.parameters = makeDispatcherModuleParameters(
82,
95,
this.hand === RIGHT_HAND ?
["rightHand", "rightHandEquip", "rightHandTrigger"] :
["leftHand", "leftHandEquip", "leftHandTrigger"],

View file

@ -278,7 +278,7 @@ EquipHotspotBuddy.prototype.update = function(deltaTime, timestamp, controllerDa
this.handHasBeenRightsideUp = false;
this.parameters = makeDispatcherModuleParameters(
85,
115,
this.hand === RIGHT_HAND ? ["rightHand", "rightHandEquip"] : ["leftHand", "leftHandEquip"],
[],
100);

View file

@ -28,7 +28,7 @@ Script.include("/~/system/libraries/controllers.js");
this.grabID = null;
this.parameters = makeDispatcherModuleParameters(
90,
500,
this.hand === RIGHT_HAND ? ["rightHand"] : ["leftHand"],
[],
100);