diff --git a/unpublishedScripts/masterReset.js b/unpublishedScripts/masterReset.js index f0c5ad6075..81c2db9e05 100644 --- a/unpublishedScripts/masterReset.js +++ b/unpublishedScripts/masterReset.js @@ -349,16 +349,16 @@ MasterReset = function() { invertSolidWhileHeld: true, spatialKey: { rightRelativePosition: { - x: -0.03, - y: 0, + x: 0.03, + y: 0.08, z: 0.11 }, leftRelativePosition: { - x: 0.03, - y: 0, + x: -0.03, + y: 0.08, z: 0.11 }, - relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, 90) + relativeRotation: Quat.fromPitchYawRollDegrees(180, 90, 90) } } })