diff --git a/unpublishedScripts/hiddenEntityReset.js b/unpublishedScripts/hiddenEntityReset.js index cd4a05dfce..8f095ba0c5 100644 --- a/unpublishedScripts/hiddenEntityReset.js +++ b/unpublishedScripts/hiddenEntityReset.js @@ -302,12 +302,12 @@ rightRelativePosition: { x: 0.03, y: 0.0, - z: -0.085 + z: -0.065 }, leftRelativePosition: { x: -0.03, y: 0.00, - z: -0.085 + z: -0.065 }, relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0) }, @@ -1163,12 +1163,12 @@ rightRelativePosition: { x: -0.05, y: .06, - z: 0.1 + z: 0.05 }, leftRelativePosition: { x: 0.05, y: 0.06, - z: 0.1 + z: 0.05 }, relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90) }, diff --git a/unpublishedScripts/masterReset.js b/unpublishedScripts/masterReset.js index 79e14b4c88..e6605c17e0 100644 --- a/unpublishedScripts/masterReset.js +++ b/unpublishedScripts/masterReset.js @@ -287,12 +287,12 @@ MasterReset = function() { rightRelativePosition: { x: 0.03, y: 0.0, - z: -0.085 + z: -0.065 }, leftRelativePosition: { x: -0.03, y: 0.00, - z: -0.085 + z: -0.065 }, relativeRotation: Quat.fromPitchYawRollDegrees(90, 90, 0) }, @@ -1149,12 +1149,12 @@ MasterReset = function() { rightRelativePosition: { x: -0.05, y: .06, - z: 0.1 + z: 0.05 }, leftRelativePosition: { x: 0.05, y: 0.06, - z: 0.1 + z: 0.05 }, relativeRotation: Quat.fromPitchYawRollDegrees(0, -90, -90) },