diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index c439e50..421aa14 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -1532,10 +1532,10 @@ function upsertUi() { text({ value: '다음 노드 선택', fontSize: 40, bold: true, color: GOLD, alignment: 4 }), ], })); - // 절차 생성 맵용 정적 그리드 — 노드 7행×4열 + 보스, 점선 도트. RenderMap이 런타임 토글. - const nodeX = (c) => -270 + (c - 1) * 180; - const nodeY = (r) => -330 + (r - 1) * 105; - const BOSS_POS = { x: 0, y: 405 }; + // 절차 생성 맵용 정적 그리드 — 가로 진행(왼→오른쪽): 행(row)=x축, 열(col)=y축 분기, 보스는 최우측 중앙. + const nodeX = (row) => -540 + (row - 1) * 150; + const nodeY = (col) => 180 - (col - 1) * 120; + const BOSS_POS = { x: nodeX(MAP_ROWS) + 150, y: 0 }; let mapN = 2; const pushMapNode = (id, pos, size, label) => { const nodePath = `/ui/DefaultGroup/MapHud/Node_${id}`; @@ -1570,7 +1570,7 @@ function upsertUi() { }; for (let r = 1; r <= MAP_ROWS; r++) { for (let c = 1; c <= MAP_COLS; c++) { - pushMapNode(`r${r}c${c}`, { x: nodeX(c), y: nodeY(r) }, { x: 56, y: 56 }, ''); + pushMapNode(`r${r}c${c}`, { x: nodeX(r), y: nodeY(c) }, { x: 56, y: 56 }, ''); } } pushMapNode('boss', BOSS_POS, { x: 72, y: 72 }, '보스'); @@ -1597,12 +1597,12 @@ function upsertUi() { for (let c = 1; c <= MAP_COLS; c++) { for (let c2 = c - 1; c2 <= c + 1; c2++) { if (c2 < 1 || c2 > MAP_COLS) continue; - pushDots(`r${r}c${c}_${c2}`, { x: nodeX(c), y: nodeY(r) }, { x: nodeX(c2), y: nodeY(r + 1) }); + pushDots(`r${r}c${c}_${c2}`, { x: nodeX(r), y: nodeY(c) }, { x: nodeX(r + 1), y: nodeY(c2) }); } } } for (let c = 1; c <= MAP_COLS; c++) { - pushDots(`r${MAP_ROWS}c${c}_b`, { x: nodeX(c), y: nodeY(MAP_ROWS) }, BOSS_POS); + pushDots(`r${MAP_ROWS}c${c}_b`, { x: nodeX(MAP_ROWS), y: nodeY(c) }, BOSS_POS); } emit('MapHud', map); diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index c1944b5..d0493dd 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -26045,12 +26045,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -242, - "y": -302 + "x": -512, + "y": 208 }, "OffsetMin": { - "x": -298, - "y": -358 + "x": -568, + "y": 152 }, "Pivot": { "x": 0.5, @@ -26068,12 +26068,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -330 + "x": -540, + "y": 180 }, "Position": { - "x": -270, - "y": -330, + "x": -540, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -26421,12 +26421,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -62, - "y": -302 + "x": -512, + "y": 88 }, "OffsetMin": { - "x": -118, - "y": -358 + "x": -568, + "y": 32 }, "Pivot": { "x": 0.5, @@ -26444,12 +26444,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -330 + "x": -540, + "y": 60 }, "Position": { - "x": -90, - "y": -330, + "x": -540, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -26797,12 +26797,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 118, - "y": -302 + "x": -512, + "y": -32 }, "OffsetMin": { - "x": 62, - "y": -358 + "x": -568, + "y": -88 }, "Pivot": { "x": 0.5, @@ -26820,12 +26820,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -330 + "x": -540, + "y": -60 }, "Position": { - "x": 90, - "y": -330, + "x": -540, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -27173,12 +27173,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 298, - "y": -302 + "x": -512, + "y": -152 }, "OffsetMin": { - "x": 242, - "y": -358 + "x": -568, + "y": -208 }, "Pivot": { "x": 0.5, @@ -27196,12 +27196,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -330 + "x": -540, + "y": -180 }, "Position": { - "x": 270, - "y": -330, + "x": -540, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -27549,12 +27549,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -242, - "y": -197 + "x": -362, + "y": 208 }, "OffsetMin": { - "x": -298, - "y": -253 + "x": -418, + "y": 152 }, "Pivot": { "x": 0.5, @@ -27572,12 +27572,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -225 + "x": -390, + "y": 180 }, "Position": { - "x": -270, - "y": -225, + "x": -390, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -27925,12 +27925,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -62, - "y": -197 + "x": -362, + "y": 88 }, "OffsetMin": { - "x": -118, - "y": -253 + "x": -418, + "y": 32 }, "Pivot": { "x": 0.5, @@ -27948,12 +27948,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -225 + "x": -390, + "y": 60 }, "Position": { - "x": -90, - "y": -225, + "x": -390, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -28301,12 +28301,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 118, - "y": -197 + "x": -362, + "y": -32 }, "OffsetMin": { - "x": 62, - "y": -253 + "x": -418, + "y": -88 }, "Pivot": { "x": 0.5, @@ -28324,12 +28324,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -225 + "x": -390, + "y": -60 }, "Position": { - "x": 90, - "y": -225, + "x": -390, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -28677,12 +28677,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 298, - "y": -197 + "x": -362, + "y": -152 }, "OffsetMin": { - "x": 242, - "y": -253 + "x": -418, + "y": -208 }, "Pivot": { "x": 0.5, @@ -28700,12 +28700,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -225 + "x": -390, + "y": -180 }, "Position": { - "x": 270, - "y": -225, + "x": -390, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -29053,12 +29053,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -242, - "y": -92 + "x": -212, + "y": 208 }, "OffsetMin": { - "x": -298, - "y": -148 + "x": -268, + "y": 152 }, "Pivot": { "x": 0.5, @@ -29076,12 +29076,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -120 + "x": -240, + "y": 180 }, "Position": { - "x": -270, - "y": -120, + "x": -240, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -29429,12 +29429,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -62, - "y": -92 + "x": -212, + "y": 88 }, "OffsetMin": { - "x": -118, - "y": -148 + "x": -268, + "y": 32 }, "Pivot": { "x": 0.5, @@ -29452,12 +29452,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -120 + "x": -240, + "y": 60 }, "Position": { - "x": -90, - "y": -120, + "x": -240, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -29805,12 +29805,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 118, - "y": -92 + "x": -212, + "y": -32 }, "OffsetMin": { - "x": 62, - "y": -148 + "x": -268, + "y": -88 }, "Pivot": { "x": 0.5, @@ -29828,12 +29828,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -120 + "x": -240, + "y": -60 }, "Position": { - "x": 90, - "y": -120, + "x": -240, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -30181,12 +30181,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 298, - "y": -92 + "x": -212, + "y": -152 }, "OffsetMin": { - "x": 242, - "y": -148 + "x": -268, + "y": -208 }, "Pivot": { "x": 0.5, @@ -30204,12 +30204,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -120 + "x": -240, + "y": -180 }, "Position": { - "x": 270, - "y": -120, + "x": -240, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -30557,12 +30557,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -242, - "y": 13 + "x": -62, + "y": 208 }, "OffsetMin": { - "x": -298, - "y": -43 + "x": -118, + "y": 152 }, "Pivot": { "x": 0.5, @@ -30580,12 +30580,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -15 + "x": -90, + "y": 180 }, "Position": { - "x": -270, - "y": -15, + "x": -90, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -30934,11 +30934,11 @@ "MobileOnly": false, "OffsetMax": { "x": -62, - "y": 13 + "y": 88 }, "OffsetMin": { "x": -118, - "y": -43 + "y": 32 }, "Pivot": { "x": 0.5, @@ -30957,11 +30957,11 @@ "UIVersion": 2, "anchoredPosition": { "x": -90, - "y": -15 + "y": 60 }, "Position": { "x": -90, - "y": -15, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -31309,12 +31309,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 118, - "y": 13 + "x": -62, + "y": -32 }, "OffsetMin": { - "x": 62, - "y": -43 + "x": -118, + "y": -88 }, "Pivot": { "x": 0.5, @@ -31332,12 +31332,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -15 + "x": -90, + "y": -60 }, "Position": { - "x": 90, - "y": -15, + "x": -90, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -31685,12 +31685,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 298, - "y": 13 + "x": -62, + "y": -152 }, "OffsetMin": { - "x": 242, - "y": -43 + "x": -118, + "y": -208 }, "Pivot": { "x": 0.5, @@ -31708,12 +31708,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -15 + "x": -90, + "y": -180 }, "Position": { - "x": 270, - "y": -15, + "x": -90, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -32061,12 +32061,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -242, - "y": 118 + "x": 88, + "y": 208 }, "OffsetMin": { - "x": -298, - "y": 62 + "x": 32, + "y": 152 }, "Pivot": { "x": 0.5, @@ -32084,12 +32084,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 90 + "x": 60, + "y": 180 }, "Position": { - "x": -270, - "y": 90, + "x": 60, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -32437,12 +32437,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -62, - "y": 118 + "x": 88, + "y": 88 }, "OffsetMin": { - "x": -118, - "y": 62 + "x": 32, + "y": 32 }, "Pivot": { "x": 0.5, @@ -32460,12 +32460,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 90 + "x": 60, + "y": 60 }, "Position": { - "x": -90, - "y": 90, + "x": 60, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -32813,12 +32813,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 118, - "y": 118 + "x": 88, + "y": -32 }, "OffsetMin": { - "x": 62, - "y": 62 + "x": 32, + "y": -88 }, "Pivot": { "x": 0.5, @@ -32836,12 +32836,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 90 + "x": 60, + "y": -60 }, "Position": { - "x": 90, - "y": 90, + "x": 60, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -33189,12 +33189,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 298, - "y": 118 + "x": 88, + "y": -152 }, "OffsetMin": { - "x": 242, - "y": 62 + "x": 32, + "y": -208 }, "Pivot": { "x": 0.5, @@ -33212,12 +33212,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 90 + "x": 60, + "y": -180 }, "Position": { - "x": 270, - "y": 90, + "x": 60, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -33565,12 +33565,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -242, - "y": 223 + "x": 238, + "y": 208 }, "OffsetMin": { - "x": -298, - "y": 167 + "x": 182, + "y": 152 }, "Pivot": { "x": 0.5, @@ -33588,12 +33588,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 195 + "x": 210, + "y": 180 }, "Position": { - "x": -270, - "y": 195, + "x": 210, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -33941,12 +33941,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -62, - "y": 223 + "x": 238, + "y": 88 }, "OffsetMin": { - "x": -118, - "y": 167 + "x": 182, + "y": 32 }, "Pivot": { "x": 0.5, @@ -33964,12 +33964,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 195 + "x": 210, + "y": 60 }, "Position": { - "x": -90, - "y": 195, + "x": 210, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -34317,12 +34317,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 118, - "y": 223 + "x": 238, + "y": -32 }, "OffsetMin": { - "x": 62, - "y": 167 + "x": 182, + "y": -88 }, "Pivot": { "x": 0.5, @@ -34340,12 +34340,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 195 + "x": 210, + "y": -60 }, "Position": { - "x": 90, - "y": 195, + "x": 210, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -34693,12 +34693,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 298, - "y": 223 + "x": 238, + "y": -152 }, "OffsetMin": { - "x": 242, - "y": 167 + "x": 182, + "y": -208 }, "Pivot": { "x": 0.5, @@ -34716,12 +34716,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 195 + "x": 210, + "y": -180 }, "Position": { - "x": 270, - "y": 195, + "x": 210, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -35069,12 +35069,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 36, - "y": 441 + "x": 396, + "y": 36 }, "OffsetMin": { - "x": -36, - "y": 369 + "x": 324, + "y": -36 }, "Pivot": { "x": 0.5, @@ -35092,12 +35092,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 405 + "x": 360, + "y": 0 }, "Position": { - "x": 0, - "y": 405, + "x": 360, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -35445,12 +35445,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -299.75 + "x": -498.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -307.75 + "x": -506.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -35468,12 +35468,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -303.75 + "x": -502.5, + "y": 180 }, "Position": { - "x": -270, - "y": -303.75, + "x": -502.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -35586,12 +35586,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -273.5 + "x": -461, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -281.5 + "x": -469, + "y": 176 }, "Pivot": { "x": 0.5, @@ -35609,12 +35609,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -277.5 + "x": -465, + "y": 180 }, "Position": { - "x": -270, - "y": -277.5, + "x": -465, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -35727,12 +35727,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -247.25 + "x": -423.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -255.25 + "x": -431.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -35750,12 +35750,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -251.25 + "x": -427.5, + "y": 180 }, "Position": { - "x": -270, - "y": -251.25, + "x": -427.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -35868,12 +35868,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": -299.75 + "x": -498.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": -307.75 + "x": -506.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -35891,12 +35891,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": -303.75 + "x": -502.5, + "y": 150 }, "Position": { - "x": -225, - "y": -303.75, + "x": -502.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -36009,12 +36009,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": -273.5 + "x": -461, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": -281.5 + "x": -469, + "y": 116 }, "Pivot": { "x": 0.5, @@ -36032,12 +36032,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": -277.5 + "x": -465, + "y": 120 }, "Position": { - "x": -180, - "y": -277.5, + "x": -465, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -36150,12 +36150,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": -247.25 + "x": -423.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": -255.25 + "x": -431.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -36173,12 +36173,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": -251.25 + "x": -427.5, + "y": 90 }, "Position": { - "x": -135, - "y": -251.25, + "x": -427.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -36291,12 +36291,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": -299.75 + "x": -498.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": -307.75 + "x": -506.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -36314,12 +36314,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": -303.75 + "x": -502.5, + "y": 90 }, "Position": { - "x": -135, - "y": -303.75, + "x": -502.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -36432,12 +36432,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": -273.5 + "x": -461, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": -281.5 + "x": -469, + "y": 116 }, "Pivot": { "x": 0.5, @@ -36455,12 +36455,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": -277.5 + "x": -465, + "y": 120 }, "Position": { - "x": -180, - "y": -277.5, + "x": -465, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -36573,12 +36573,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": -247.25 + "x": -423.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": -255.25 + "x": -431.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -36596,12 +36596,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": -251.25 + "x": -427.5, + "y": 150 }, "Position": { - "x": -225, - "y": -251.25, + "x": -427.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -36714,12 +36714,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -299.75 + "x": -498.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -307.75 + "x": -506.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -36737,12 +36737,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -303.75 + "x": -502.5, + "y": 60 }, "Position": { - "x": -90, - "y": -303.75, + "x": -502.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -36855,12 +36855,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -273.5 + "x": -461, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -281.5 + "x": -469, + "y": 56 }, "Pivot": { "x": 0.5, @@ -36878,12 +36878,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -277.5 + "x": -465, + "y": 60 }, "Position": { - "x": -90, - "y": -277.5, + "x": -465, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -36996,12 +36996,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -247.25 + "x": -423.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -255.25 + "x": -431.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -37019,12 +37019,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -251.25 + "x": -427.5, + "y": 60 }, "Position": { - "x": -90, - "y": -251.25, + "x": -427.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -37137,12 +37137,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": -299.75 + "x": -498.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": -307.75 + "x": -506.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -37160,12 +37160,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": -303.75 + "x": -502.5, + "y": 30 }, "Position": { - "x": -45, - "y": -303.75, + "x": -502.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -37278,12 +37278,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": -273.5 + "x": -461, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": -281.5 + "x": -469, + "y": -4 }, "Pivot": { "x": 0.5, @@ -37301,12 +37301,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -277.5 + "x": -465, + "y": 0 }, "Position": { - "x": 0, - "y": -277.5, + "x": -465, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -37419,12 +37419,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": -247.25 + "x": -423.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": -255.25 + "x": -431.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -37442,12 +37442,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": -251.25 + "x": -427.5, + "y": -30 }, "Position": { - "x": 45, - "y": -251.25, + "x": -427.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -37560,12 +37560,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": -299.75 + "x": -498.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": -307.75 + "x": -506.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -37583,12 +37583,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": -303.75 + "x": -502.5, + "y": -30 }, "Position": { - "x": 45, - "y": -303.75, + "x": -502.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -37701,12 +37701,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": -273.5 + "x": -461, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": -281.5 + "x": -469, + "y": -4 }, "Pivot": { "x": 0.5, @@ -37724,12 +37724,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -277.5 + "x": -465, + "y": 0 }, "Position": { - "x": 0, - "y": -277.5, + "x": -465, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -37842,12 +37842,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": -247.25 + "x": -423.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": -255.25 + "x": -431.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -37865,12 +37865,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": -251.25 + "x": -427.5, + "y": 30 }, "Position": { - "x": -45, - "y": -251.25, + "x": -427.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -37983,12 +37983,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -299.75 + "x": -498.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -307.75 + "x": -506.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -38006,12 +38006,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -303.75 + "x": -502.5, + "y": -60 }, "Position": { - "x": 90, - "y": -303.75, + "x": -502.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -38124,12 +38124,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -273.5 + "x": -461, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -281.5 + "x": -469, + "y": -64 }, "Pivot": { "x": 0.5, @@ -38147,12 +38147,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -277.5 + "x": -465, + "y": -60 }, "Position": { - "x": 90, - "y": -277.5, + "x": -465, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -38265,12 +38265,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -247.25 + "x": -423.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -255.25 + "x": -431.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -38288,12 +38288,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -251.25 + "x": -427.5, + "y": -60 }, "Position": { - "x": 90, - "y": -251.25, + "x": -427.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -38406,12 +38406,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": -299.75 + "x": -498.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": -307.75 + "x": -506.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -38429,12 +38429,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": -303.75 + "x": -502.5, + "y": -90 }, "Position": { - "x": 135, - "y": -303.75, + "x": -502.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -38547,12 +38547,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": -273.5 + "x": -461, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": -281.5 + "x": -469, + "y": -124 }, "Pivot": { "x": 0.5, @@ -38570,12 +38570,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": -277.5 + "x": -465, + "y": -120 }, "Position": { - "x": 180, - "y": -277.5, + "x": -465, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -38688,12 +38688,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": -247.25 + "x": -423.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": -255.25 + "x": -431.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -38711,12 +38711,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": -251.25 + "x": -427.5, + "y": -150 }, "Position": { - "x": 225, - "y": -251.25, + "x": -427.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -38829,12 +38829,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": -299.75 + "x": -498.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": -307.75 + "x": -506.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -38852,12 +38852,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": -303.75 + "x": -502.5, + "y": -150 }, "Position": { - "x": 225, - "y": -303.75, + "x": -502.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -38970,12 +38970,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": -273.5 + "x": -461, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": -281.5 + "x": -469, + "y": -124 }, "Pivot": { "x": 0.5, @@ -38993,12 +38993,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": -277.5 + "x": -465, + "y": -120 }, "Position": { - "x": 180, - "y": -277.5, + "x": -465, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -39111,12 +39111,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": -247.25 + "x": -423.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": -255.25 + "x": -431.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -39134,12 +39134,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": -251.25 + "x": -427.5, + "y": -90 }, "Position": { - "x": 135, - "y": -251.25, + "x": -427.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -39252,12 +39252,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -299.75 + "x": -498.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -307.75 + "x": -506.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -39275,12 +39275,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -303.75 + "x": -502.5, + "y": -180 }, "Position": { - "x": 270, - "y": -303.75, + "x": -502.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -39393,12 +39393,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -273.5 + "x": -461, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -281.5 + "x": -469, + "y": -184 }, "Pivot": { "x": 0.5, @@ -39416,12 +39416,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -277.5 + "x": -465, + "y": -180 }, "Position": { - "x": 270, - "y": -277.5, + "x": -465, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -39534,12 +39534,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -247.25 + "x": -423.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -255.25 + "x": -431.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -39557,12 +39557,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -251.25 + "x": -427.5, + "y": -180 }, "Position": { - "x": 270, - "y": -251.25, + "x": -427.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -39675,12 +39675,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -194.75 + "x": -348.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -202.75 + "x": -356.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -39698,12 +39698,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -198.75 + "x": -352.5, + "y": 180 }, "Position": { - "x": -270, - "y": -198.75, + "x": -352.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -39816,12 +39816,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -168.5 + "x": -311, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -176.5 + "x": -319, + "y": 176 }, "Pivot": { "x": 0.5, @@ -39839,12 +39839,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -172.5 + "x": -315, + "y": 180 }, "Position": { - "x": -270, - "y": -172.5, + "x": -315, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -39957,12 +39957,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -142.25 + "x": -273.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -150.25 + "x": -281.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -39980,12 +39980,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -146.25 + "x": -277.5, + "y": 180 }, "Position": { - "x": -270, - "y": -146.25, + "x": -277.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -40098,12 +40098,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": -194.75 + "x": -348.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": -202.75 + "x": -356.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -40121,12 +40121,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": -198.75 + "x": -352.5, + "y": 150 }, "Position": { - "x": -225, - "y": -198.75, + "x": -352.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -40239,12 +40239,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": -168.5 + "x": -311, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": -176.5 + "x": -319, + "y": 116 }, "Pivot": { "x": 0.5, @@ -40262,12 +40262,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": -172.5 + "x": -315, + "y": 120 }, "Position": { - "x": -180, - "y": -172.5, + "x": -315, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -40380,12 +40380,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": -142.25 + "x": -273.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": -150.25 + "x": -281.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -40403,12 +40403,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": -146.25 + "x": -277.5, + "y": 90 }, "Position": { - "x": -135, - "y": -146.25, + "x": -277.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -40521,12 +40521,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": -194.75 + "x": -348.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": -202.75 + "x": -356.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -40544,12 +40544,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": -198.75 + "x": -352.5, + "y": 90 }, "Position": { - "x": -135, - "y": -198.75, + "x": -352.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -40662,12 +40662,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": -168.5 + "x": -311, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": -176.5 + "x": -319, + "y": 116 }, "Pivot": { "x": 0.5, @@ -40685,12 +40685,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": -172.5 + "x": -315, + "y": 120 }, "Position": { - "x": -180, - "y": -172.5, + "x": -315, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -40803,12 +40803,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": -142.25 + "x": -273.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": -150.25 + "x": -281.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -40826,12 +40826,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": -146.25 + "x": -277.5, + "y": 150 }, "Position": { - "x": -225, - "y": -146.25, + "x": -277.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -40944,12 +40944,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -194.75 + "x": -348.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -202.75 + "x": -356.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -40967,12 +40967,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -198.75 + "x": -352.5, + "y": 60 }, "Position": { - "x": -90, - "y": -198.75, + "x": -352.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -41085,12 +41085,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -168.5 + "x": -311, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -176.5 + "x": -319, + "y": 56 }, "Pivot": { "x": 0.5, @@ -41108,12 +41108,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -172.5 + "x": -315, + "y": 60 }, "Position": { - "x": -90, - "y": -172.5, + "x": -315, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -41226,12 +41226,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -142.25 + "x": -273.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -150.25 + "x": -281.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -41249,12 +41249,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -146.25 + "x": -277.5, + "y": 60 }, "Position": { - "x": -90, - "y": -146.25, + "x": -277.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -41367,12 +41367,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": -194.75 + "x": -348.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": -202.75 + "x": -356.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -41390,12 +41390,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": -198.75 + "x": -352.5, + "y": 30 }, "Position": { - "x": -45, - "y": -198.75, + "x": -352.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -41508,12 +41508,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": -168.5 + "x": -311, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": -176.5 + "x": -319, + "y": -4 }, "Pivot": { "x": 0.5, @@ -41531,12 +41531,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -172.5 + "x": -315, + "y": 0 }, "Position": { - "x": 0, - "y": -172.5, + "x": -315, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -41649,12 +41649,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": -142.25 + "x": -273.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": -150.25 + "x": -281.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -41672,12 +41672,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": -146.25 + "x": -277.5, + "y": -30 }, "Position": { - "x": 45, - "y": -146.25, + "x": -277.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -41790,12 +41790,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": -194.75 + "x": -348.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": -202.75 + "x": -356.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -41813,12 +41813,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": -198.75 + "x": -352.5, + "y": -30 }, "Position": { - "x": 45, - "y": -198.75, + "x": -352.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -41931,12 +41931,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": -168.5 + "x": -311, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": -176.5 + "x": -319, + "y": -4 }, "Pivot": { "x": 0.5, @@ -41954,12 +41954,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -172.5 + "x": -315, + "y": 0 }, "Position": { - "x": 0, - "y": -172.5, + "x": -315, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -42072,12 +42072,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": -142.25 + "x": -273.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": -150.25 + "x": -281.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -42095,12 +42095,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": -146.25 + "x": -277.5, + "y": 30 }, "Position": { - "x": -45, - "y": -146.25, + "x": -277.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -42213,12 +42213,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -194.75 + "x": -348.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -202.75 + "x": -356.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -42236,12 +42236,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -198.75 + "x": -352.5, + "y": -60 }, "Position": { - "x": 90, - "y": -198.75, + "x": -352.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -42354,12 +42354,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -168.5 + "x": -311, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -176.5 + "x": -319, + "y": -64 }, "Pivot": { "x": 0.5, @@ -42377,12 +42377,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -172.5 + "x": -315, + "y": -60 }, "Position": { - "x": 90, - "y": -172.5, + "x": -315, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -42495,12 +42495,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -142.25 + "x": -273.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -150.25 + "x": -281.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -42518,12 +42518,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -146.25 + "x": -277.5, + "y": -60 }, "Position": { - "x": 90, - "y": -146.25, + "x": -277.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -42636,12 +42636,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": -194.75 + "x": -348.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": -202.75 + "x": -356.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -42659,12 +42659,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": -198.75 + "x": -352.5, + "y": -90 }, "Position": { - "x": 135, - "y": -198.75, + "x": -352.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -42777,12 +42777,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": -168.5 + "x": -311, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": -176.5 + "x": -319, + "y": -124 }, "Pivot": { "x": 0.5, @@ -42800,12 +42800,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": -172.5 + "x": -315, + "y": -120 }, "Position": { - "x": 180, - "y": -172.5, + "x": -315, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -42918,12 +42918,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": -142.25 + "x": -273.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": -150.25 + "x": -281.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -42941,12 +42941,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": -146.25 + "x": -277.5, + "y": -150 }, "Position": { - "x": 225, - "y": -146.25, + "x": -277.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -43059,12 +43059,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": -194.75 + "x": -348.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": -202.75 + "x": -356.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -43082,12 +43082,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": -198.75 + "x": -352.5, + "y": -150 }, "Position": { - "x": 225, - "y": -198.75, + "x": -352.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -43200,12 +43200,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": -168.5 + "x": -311, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": -176.5 + "x": -319, + "y": -124 }, "Pivot": { "x": 0.5, @@ -43223,12 +43223,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": -172.5 + "x": -315, + "y": -120 }, "Position": { - "x": 180, - "y": -172.5, + "x": -315, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -43341,12 +43341,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": -142.25 + "x": -273.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": -150.25 + "x": -281.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -43364,12 +43364,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": -146.25 + "x": -277.5, + "y": -90 }, "Position": { - "x": 135, - "y": -146.25, + "x": -277.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -43482,12 +43482,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -194.75 + "x": -348.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -202.75 + "x": -356.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -43505,12 +43505,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -198.75 + "x": -352.5, + "y": -180 }, "Position": { - "x": 270, - "y": -198.75, + "x": -352.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -43623,12 +43623,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -168.5 + "x": -311, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -176.5 + "x": -319, + "y": -184 }, "Pivot": { "x": 0.5, @@ -43646,12 +43646,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -172.5 + "x": -315, + "y": -180 }, "Position": { - "x": 270, - "y": -172.5, + "x": -315, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -43764,12 +43764,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -142.25 + "x": -273.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -150.25 + "x": -281.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -43787,12 +43787,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -146.25 + "x": -277.5, + "y": -180 }, "Position": { - "x": 270, - "y": -146.25, + "x": -277.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -43905,12 +43905,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -89.75 + "x": -198.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -97.75 + "x": -206.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -43928,12 +43928,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -93.75 + "x": -202.5, + "y": 180 }, "Position": { - "x": -270, - "y": -93.75, + "x": -202.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -44046,12 +44046,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -63.5 + "x": -161, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -71.5 + "x": -169, + "y": 176 }, "Pivot": { "x": 0.5, @@ -44069,12 +44069,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -67.5 + "x": -165, + "y": 180 }, "Position": { - "x": -270, - "y": -67.5, + "x": -165, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -44187,12 +44187,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": -37.25 + "x": -123.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": -45.25 + "x": -131.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -44210,12 +44210,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": -41.25 + "x": -127.5, + "y": 180 }, "Position": { - "x": -270, - "y": -41.25, + "x": -127.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -44328,12 +44328,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": -89.75 + "x": -198.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": -97.75 + "x": -206.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -44351,12 +44351,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": -93.75 + "x": -202.5, + "y": 150 }, "Position": { - "x": -225, - "y": -93.75, + "x": -202.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -44469,12 +44469,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": -63.5 + "x": -161, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": -71.5 + "x": -169, + "y": 116 }, "Pivot": { "x": 0.5, @@ -44492,12 +44492,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": -67.5 + "x": -165, + "y": 120 }, "Position": { - "x": -180, - "y": -67.5, + "x": -165, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -44610,12 +44610,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": -37.25 + "x": -123.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": -45.25 + "x": -131.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -44633,12 +44633,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": -41.25 + "x": -127.5, + "y": 90 }, "Position": { - "x": -135, - "y": -41.25, + "x": -127.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -44751,12 +44751,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": -89.75 + "x": -198.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": -97.75 + "x": -206.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -44774,12 +44774,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": -93.75 + "x": -202.5, + "y": 90 }, "Position": { - "x": -135, - "y": -93.75, + "x": -202.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -44892,12 +44892,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": -63.5 + "x": -161, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": -71.5 + "x": -169, + "y": 116 }, "Pivot": { "x": 0.5, @@ -44915,12 +44915,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": -67.5 + "x": -165, + "y": 120 }, "Position": { - "x": -180, - "y": -67.5, + "x": -165, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -45033,12 +45033,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": -37.25 + "x": -123.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": -45.25 + "x": -131.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -45056,12 +45056,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": -41.25 + "x": -127.5, + "y": 150 }, "Position": { - "x": -225, - "y": -41.25, + "x": -127.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -45174,12 +45174,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -89.75 + "x": -198.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -97.75 + "x": -206.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -45197,12 +45197,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -93.75 + "x": -202.5, + "y": 60 }, "Position": { - "x": -90, - "y": -93.75, + "x": -202.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -45315,12 +45315,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -63.5 + "x": -161, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -71.5 + "x": -169, + "y": 56 }, "Pivot": { "x": 0.5, @@ -45338,12 +45338,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -67.5 + "x": -165, + "y": 60 }, "Position": { - "x": -90, - "y": -67.5, + "x": -165, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -45456,12 +45456,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": -37.25 + "x": -123.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": -45.25 + "x": -131.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -45479,12 +45479,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": -41.25 + "x": -127.5, + "y": 60 }, "Position": { - "x": -90, - "y": -41.25, + "x": -127.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -45597,12 +45597,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": -89.75 + "x": -198.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": -97.75 + "x": -206.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -45620,12 +45620,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": -93.75 + "x": -202.5, + "y": 30 }, "Position": { - "x": -45, - "y": -93.75, + "x": -202.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -45738,12 +45738,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": -63.5 + "x": -161, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": -71.5 + "x": -169, + "y": -4 }, "Pivot": { "x": 0.5, @@ -45761,12 +45761,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -67.5 + "x": -165, + "y": 0 }, "Position": { - "x": 0, - "y": -67.5, + "x": -165, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -45879,12 +45879,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": -37.25 + "x": -123.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": -45.25 + "x": -131.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -45902,12 +45902,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": -41.25 + "x": -127.5, + "y": -30 }, "Position": { - "x": 45, - "y": -41.25, + "x": -127.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -46020,12 +46020,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": -89.75 + "x": -198.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": -97.75 + "x": -206.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -46043,12 +46043,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": -93.75 + "x": -202.5, + "y": -30 }, "Position": { - "x": 45, - "y": -93.75, + "x": -202.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -46161,12 +46161,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": -63.5 + "x": -161, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": -71.5 + "x": -169, + "y": -4 }, "Pivot": { "x": 0.5, @@ -46184,12 +46184,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": -67.5 + "x": -165, + "y": 0 }, "Position": { - "x": 0, - "y": -67.5, + "x": -165, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -46302,12 +46302,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": -37.25 + "x": -123.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": -45.25 + "x": -131.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -46325,12 +46325,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": -41.25 + "x": -127.5, + "y": 30 }, "Position": { - "x": -45, - "y": -41.25, + "x": -127.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -46443,12 +46443,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -89.75 + "x": -198.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -97.75 + "x": -206.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -46466,12 +46466,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -93.75 + "x": -202.5, + "y": -60 }, "Position": { - "x": 90, - "y": -93.75, + "x": -202.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -46584,12 +46584,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -63.5 + "x": -161, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -71.5 + "x": -169, + "y": -64 }, "Pivot": { "x": 0.5, @@ -46607,12 +46607,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -67.5 + "x": -165, + "y": -60 }, "Position": { - "x": 90, - "y": -67.5, + "x": -165, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -46725,12 +46725,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": -37.25 + "x": -123.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": -45.25 + "x": -131.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -46748,12 +46748,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": -41.25 + "x": -127.5, + "y": -60 }, "Position": { - "x": 90, - "y": -41.25, + "x": -127.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -46866,12 +46866,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": -89.75 + "x": -198.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": -97.75 + "x": -206.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -46889,12 +46889,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": -93.75 + "x": -202.5, + "y": -90 }, "Position": { - "x": 135, - "y": -93.75, + "x": -202.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -47007,12 +47007,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": -63.5 + "x": -161, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": -71.5 + "x": -169, + "y": -124 }, "Pivot": { "x": 0.5, @@ -47030,12 +47030,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": -67.5 + "x": -165, + "y": -120 }, "Position": { - "x": 180, - "y": -67.5, + "x": -165, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -47148,12 +47148,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": -37.25 + "x": -123.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": -45.25 + "x": -131.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -47171,12 +47171,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": -41.25 + "x": -127.5, + "y": -150 }, "Position": { - "x": 225, - "y": -41.25, + "x": -127.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -47289,12 +47289,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": -89.75 + "x": -198.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": -97.75 + "x": -206.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -47312,12 +47312,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": -93.75 + "x": -202.5, + "y": -150 }, "Position": { - "x": 225, - "y": -93.75, + "x": -202.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -47430,12 +47430,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": -63.5 + "x": -161, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": -71.5 + "x": -169, + "y": -124 }, "Pivot": { "x": 0.5, @@ -47453,12 +47453,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": -67.5 + "x": -165, + "y": -120 }, "Position": { - "x": 180, - "y": -67.5, + "x": -165, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -47571,12 +47571,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": -37.25 + "x": -123.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": -45.25 + "x": -131.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -47594,12 +47594,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": -41.25 + "x": -127.5, + "y": -90 }, "Position": { - "x": 135, - "y": -41.25, + "x": -127.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -47712,12 +47712,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -89.75 + "x": -198.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -97.75 + "x": -206.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -47735,12 +47735,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -93.75 + "x": -202.5, + "y": -180 }, "Position": { - "x": 270, - "y": -93.75, + "x": -202.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -47853,12 +47853,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -63.5 + "x": -161, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -71.5 + "x": -169, + "y": -184 }, "Pivot": { "x": 0.5, @@ -47876,12 +47876,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -67.5 + "x": -165, + "y": -180 }, "Position": { - "x": 270, - "y": -67.5, + "x": -165, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -47994,12 +47994,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": -37.25 + "x": -123.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": -45.25 + "x": -131.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -48017,12 +48017,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": -41.25 + "x": -127.5, + "y": -180 }, "Position": { - "x": 270, - "y": -41.25, + "x": -127.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -48135,12 +48135,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 15.25 + "x": -48.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": 7.25 + "x": -56.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -48158,12 +48158,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 11.25 + "x": -52.5, + "y": 180 }, "Position": { - "x": -270, - "y": 11.25, + "x": -52.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -48276,12 +48276,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 41.5 + "x": -11, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": 33.5 + "x": -19, + "y": 176 }, "Pivot": { "x": 0.5, @@ -48299,12 +48299,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 37.5 + "x": -15, + "y": 180 }, "Position": { - "x": -270, - "y": 37.5, + "x": -15, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -48417,12 +48417,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 67.75 + "x": 26.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": 59.75 + "x": 18.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -48440,12 +48440,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 63.75 + "x": 22.5, + "y": 180 }, "Position": { - "x": -270, - "y": 63.75, + "x": 22.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -48558,12 +48558,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": 15.25 + "x": -48.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": 7.25 + "x": -56.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -48581,12 +48581,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": 11.25 + "x": -52.5, + "y": 150 }, "Position": { - "x": -225, - "y": 11.25, + "x": -52.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -48699,12 +48699,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": 41.5 + "x": -11, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": 33.5 + "x": -19, + "y": 116 }, "Pivot": { "x": 0.5, @@ -48722,12 +48722,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": 37.5 + "x": -15, + "y": 120 }, "Position": { - "x": -180, - "y": 37.5, + "x": -15, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -48840,12 +48840,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": 67.75 + "x": 26.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": 59.75 + "x": 18.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -48863,12 +48863,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": 63.75 + "x": 22.5, + "y": 90 }, "Position": { - "x": -135, - "y": 63.75, + "x": 22.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -48981,12 +48981,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": 15.25 + "x": -48.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": 7.25 + "x": -56.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -49004,12 +49004,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": 11.25 + "x": -52.5, + "y": 90 }, "Position": { - "x": -135, - "y": 11.25, + "x": -52.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -49122,12 +49122,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": 41.5 + "x": -11, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": 33.5 + "x": -19, + "y": 116 }, "Pivot": { "x": 0.5, @@ -49145,12 +49145,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": 37.5 + "x": -15, + "y": 120 }, "Position": { - "x": -180, - "y": 37.5, + "x": -15, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -49263,12 +49263,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": 67.75 + "x": 26.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": 59.75 + "x": 18.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -49286,12 +49286,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": 63.75 + "x": 22.5, + "y": 150 }, "Position": { - "x": -225, - "y": 63.75, + "x": 22.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -49404,12 +49404,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": 15.25 + "x": -48.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": 7.25 + "x": -56.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -49427,12 +49427,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 11.25 + "x": -52.5, + "y": 60 }, "Position": { - "x": -90, - "y": 11.25, + "x": -52.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -49545,12 +49545,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": 41.5 + "x": -11, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": 33.5 + "x": -19, + "y": 56 }, "Pivot": { "x": 0.5, @@ -49568,12 +49568,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 37.5 + "x": -15, + "y": 60 }, "Position": { - "x": -90, - "y": 37.5, + "x": -15, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -49686,12 +49686,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": 67.75 + "x": 26.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": 59.75 + "x": 18.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -49709,12 +49709,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 63.75 + "x": 22.5, + "y": 60 }, "Position": { - "x": -90, - "y": 63.75, + "x": 22.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -49827,12 +49827,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": 15.25 + "x": -48.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": 7.25 + "x": -56.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -49850,12 +49850,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": 11.25 + "x": -52.5, + "y": 30 }, "Position": { - "x": -45, - "y": 11.25, + "x": -52.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -49968,12 +49968,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": 41.5 + "x": -11, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": 33.5 + "x": -19, + "y": -4 }, "Pivot": { "x": 0.5, @@ -49991,12 +49991,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 37.5 + "x": -15, + "y": 0 }, "Position": { - "x": 0, - "y": 37.5, + "x": -15, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -50109,12 +50109,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": 67.75 + "x": 26.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": 59.75 + "x": 18.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -50132,12 +50132,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": 63.75 + "x": 22.5, + "y": -30 }, "Position": { - "x": 45, - "y": 63.75, + "x": 22.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -50250,12 +50250,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": 15.25 + "x": -48.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": 7.25 + "x": -56.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -50273,12 +50273,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": 11.25 + "x": -52.5, + "y": -30 }, "Position": { - "x": 45, - "y": 11.25, + "x": -52.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -50391,12 +50391,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": 41.5 + "x": -11, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": 33.5 + "x": -19, + "y": -4 }, "Pivot": { "x": 0.5, @@ -50414,12 +50414,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 37.5 + "x": -15, + "y": 0 }, "Position": { - "x": 0, - "y": 37.5, + "x": -15, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -50532,12 +50532,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": 67.75 + "x": 26.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": 59.75 + "x": 18.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -50555,12 +50555,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": 63.75 + "x": 22.5, + "y": 30 }, "Position": { - "x": -45, - "y": 63.75, + "x": 22.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -50673,12 +50673,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": 15.25 + "x": -48.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": 7.25 + "x": -56.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -50696,12 +50696,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 11.25 + "x": -52.5, + "y": -60 }, "Position": { - "x": 90, - "y": 11.25, + "x": -52.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -50814,12 +50814,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": 41.5 + "x": -11, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": 33.5 + "x": -19, + "y": -64 }, "Pivot": { "x": 0.5, @@ -50837,12 +50837,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 37.5 + "x": -15, + "y": -60 }, "Position": { - "x": 90, - "y": 37.5, + "x": -15, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -50955,12 +50955,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": 67.75 + "x": 26.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": 59.75 + "x": 18.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -50978,12 +50978,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 63.75 + "x": 22.5, + "y": -60 }, "Position": { - "x": 90, - "y": 63.75, + "x": 22.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -51096,12 +51096,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": 15.25 + "x": -48.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": 7.25 + "x": -56.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -51119,12 +51119,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": 11.25 + "x": -52.5, + "y": -90 }, "Position": { - "x": 135, - "y": 11.25, + "x": -52.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -51237,12 +51237,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": 41.5 + "x": -11, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": 33.5 + "x": -19, + "y": -124 }, "Pivot": { "x": 0.5, @@ -51260,12 +51260,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": 37.5 + "x": -15, + "y": -120 }, "Position": { - "x": 180, - "y": 37.5, + "x": -15, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -51378,12 +51378,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": 67.75 + "x": 26.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": 59.75 + "x": 18.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -51401,12 +51401,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": 63.75 + "x": 22.5, + "y": -150 }, "Position": { - "x": 225, - "y": 63.75, + "x": 22.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -51519,12 +51519,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": 15.25 + "x": -48.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": 7.25 + "x": -56.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -51542,12 +51542,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": 11.25 + "x": -52.5, + "y": -150 }, "Position": { - "x": 225, - "y": 11.25, + "x": -52.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -51660,12 +51660,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": 41.5 + "x": -11, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": 33.5 + "x": -19, + "y": -124 }, "Pivot": { "x": 0.5, @@ -51683,12 +51683,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": 37.5 + "x": -15, + "y": -120 }, "Position": { - "x": 180, - "y": 37.5, + "x": -15, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -51801,12 +51801,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": 67.75 + "x": 26.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": 59.75 + "x": 18.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -51824,12 +51824,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": 63.75 + "x": 22.5, + "y": -90 }, "Position": { - "x": 135, - "y": 63.75, + "x": 22.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -51942,12 +51942,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": 15.25 + "x": -48.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": 7.25 + "x": -56.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -51965,12 +51965,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 11.25 + "x": -52.5, + "y": -180 }, "Position": { - "x": 270, - "y": 11.25, + "x": -52.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -52083,12 +52083,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": 41.5 + "x": -11, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": 33.5 + "x": -19, + "y": -184 }, "Pivot": { "x": 0.5, @@ -52106,12 +52106,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 37.5 + "x": -15, + "y": -180 }, "Position": { - "x": 270, - "y": 37.5, + "x": -15, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -52224,12 +52224,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": 67.75 + "x": 26.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": 59.75 + "x": 18.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -52247,12 +52247,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 63.75 + "x": 22.5, + "y": -180 }, "Position": { - "x": 270, - "y": 63.75, + "x": 22.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -52365,12 +52365,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 120.25 + "x": 101.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": 112.25 + "x": 93.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -52388,12 +52388,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 116.25 + "x": 97.5, + "y": 180 }, "Position": { - "x": -270, - "y": 116.25, + "x": 97.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -52506,12 +52506,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 146.5 + "x": 139, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": 138.5 + "x": 131, + "y": 176 }, "Pivot": { "x": 0.5, @@ -52529,12 +52529,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 142.5 + "x": 135, + "y": 180 }, "Position": { - "x": -270, - "y": 142.5, + "x": 135, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -52647,12 +52647,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -266, - "y": 172.75 + "x": 176.5, + "y": 184 }, "OffsetMin": { - "x": -274, - "y": 164.75 + "x": 168.5, + "y": 176 }, "Pivot": { "x": 0.5, @@ -52670,12 +52670,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -270, - "y": 168.75 + "x": 172.5, + "y": 180 }, "Position": { - "x": -270, - "y": 168.75, + "x": 172.5, + "y": 180, "z": 0 }, "QuaternionRotation": { @@ -52788,12 +52788,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": 120.25 + "x": 101.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": 112.25 + "x": 93.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -52811,12 +52811,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": 116.25 + "x": 97.5, + "y": 150 }, "Position": { - "x": -225, - "y": 116.25, + "x": 97.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -52929,12 +52929,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": 146.5 + "x": 139, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": 138.5 + "x": 131, + "y": 116 }, "Pivot": { "x": 0.5, @@ -52952,12 +52952,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": 142.5 + "x": 135, + "y": 120 }, "Position": { - "x": -180, - "y": 142.5, + "x": 135, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -53070,12 +53070,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": 172.75 + "x": 176.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": 164.75 + "x": 168.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -53093,12 +53093,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": 168.75 + "x": 172.5, + "y": 90 }, "Position": { - "x": -135, - "y": 168.75, + "x": 172.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -53211,12 +53211,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": 120.25 + "x": 101.5, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": 112.25 + "x": 93.5, + "y": 86 }, "Pivot": { "x": 0.5, @@ -53234,12 +53234,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": 116.25 + "x": 97.5, + "y": 90 }, "Position": { - "x": -135, - "y": 116.25, + "x": 97.5, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -53352,12 +53352,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -176, - "y": 146.5 + "x": 139, + "y": 124 }, "OffsetMin": { - "x": -184, - "y": 138.5 + "x": 131, + "y": 116 }, "Pivot": { "x": 0.5, @@ -53375,12 +53375,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -180, - "y": 142.5 + "x": 135, + "y": 120 }, "Position": { - "x": -180, - "y": 142.5, + "x": 135, + "y": 120, "z": 0 }, "QuaternionRotation": { @@ -53493,12 +53493,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -221, - "y": 172.75 + "x": 176.5, + "y": 154 }, "OffsetMin": { - "x": -229, - "y": 164.75 + "x": 168.5, + "y": 146 }, "Pivot": { "x": 0.5, @@ -53516,12 +53516,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -225, - "y": 168.75 + "x": 172.5, + "y": 150 }, "Position": { - "x": -225, - "y": 168.75, + "x": 172.5, + "y": 150, "z": 0 }, "QuaternionRotation": { @@ -53634,12 +53634,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": 120.25 + "x": 101.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": 112.25 + "x": 93.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -53657,12 +53657,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 116.25 + "x": 97.5, + "y": 60 }, "Position": { - "x": -90, - "y": 116.25, + "x": 97.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -53775,12 +53775,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": 146.5 + "x": 139, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": 138.5 + "x": 131, + "y": 56 }, "Pivot": { "x": 0.5, @@ -53798,12 +53798,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 142.5 + "x": 135, + "y": 60 }, "Position": { - "x": -90, - "y": 142.5, + "x": 135, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -53916,12 +53916,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -86, - "y": 172.75 + "x": 176.5, + "y": 64 }, "OffsetMin": { - "x": -94, - "y": 164.75 + "x": 168.5, + "y": 56 }, "Pivot": { "x": 0.5, @@ -53939,12 +53939,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -90, - "y": 168.75 + "x": 172.5, + "y": 60 }, "Position": { - "x": -90, - "y": 168.75, + "x": 172.5, + "y": 60, "z": 0 }, "QuaternionRotation": { @@ -54057,12 +54057,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": 120.25 + "x": 101.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": 112.25 + "x": 93.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -54080,12 +54080,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": 116.25 + "x": 97.5, + "y": 30 }, "Position": { - "x": -45, - "y": 116.25, + "x": 97.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -54198,12 +54198,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": 146.5 + "x": 139, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": 138.5 + "x": 131, + "y": -4 }, "Pivot": { "x": 0.5, @@ -54221,12 +54221,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 142.5 + "x": 135, + "y": 0 }, "Position": { - "x": 0, - "y": 142.5, + "x": 135, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -54339,12 +54339,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": 172.75 + "x": 176.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": 164.75 + "x": 168.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -54362,12 +54362,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": 168.75 + "x": 172.5, + "y": -30 }, "Position": { - "x": 45, - "y": 168.75, + "x": 172.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -54480,12 +54480,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": 120.25 + "x": 101.5, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": 112.25 + "x": 93.5, + "y": -34 }, "Pivot": { "x": 0.5, @@ -54503,12 +54503,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": 116.25 + "x": 97.5, + "y": -30 }, "Position": { - "x": 45, - "y": 116.25, + "x": 97.5, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -54621,12 +54621,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 4, - "y": 146.5 + "x": 139, + "y": 4 }, "OffsetMin": { - "x": -4, - "y": 138.5 + "x": 131, + "y": -4 }, "Pivot": { "x": 0.5, @@ -54644,12 +54644,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 0, - "y": 142.5 + "x": 135, + "y": 0 }, "Position": { - "x": 0, - "y": 142.5, + "x": 135, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -54762,12 +54762,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": 172.75 + "x": 176.5, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": 164.75 + "x": 168.5, + "y": 26 }, "Pivot": { "x": 0.5, @@ -54785,12 +54785,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": 168.75 + "x": 172.5, + "y": 30 }, "Position": { - "x": -45, - "y": 168.75, + "x": 172.5, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -54903,12 +54903,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": 120.25 + "x": 101.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": 112.25 + "x": 93.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -54926,12 +54926,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 116.25 + "x": 97.5, + "y": -60 }, "Position": { - "x": 90, - "y": 116.25, + "x": 97.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -55044,12 +55044,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": 146.5 + "x": 139, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": 138.5 + "x": 131, + "y": -64 }, "Pivot": { "x": 0.5, @@ -55067,12 +55067,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 142.5 + "x": 135, + "y": -60 }, "Position": { - "x": 90, - "y": 142.5, + "x": 135, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -55185,12 +55185,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 94, - "y": 172.75 + "x": 176.5, + "y": -56 }, "OffsetMin": { - "x": 86, - "y": 164.75 + "x": 168.5, + "y": -64 }, "Pivot": { "x": 0.5, @@ -55208,12 +55208,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 90, - "y": 168.75 + "x": 172.5, + "y": -60 }, "Position": { - "x": 90, - "y": 168.75, + "x": 172.5, + "y": -60, "z": 0 }, "QuaternionRotation": { @@ -55326,12 +55326,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": 120.25 + "x": 101.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": 112.25 + "x": 93.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -55349,12 +55349,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": 116.25 + "x": 97.5, + "y": -90 }, "Position": { - "x": 135, - "y": 116.25, + "x": 97.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -55467,12 +55467,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": 146.5 + "x": 139, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": 138.5 + "x": 131, + "y": -124 }, "Pivot": { "x": 0.5, @@ -55490,12 +55490,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": 142.5 + "x": 135, + "y": -120 }, "Position": { - "x": 180, - "y": 142.5, + "x": 135, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -55608,12 +55608,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": 172.75 + "x": 176.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": 164.75 + "x": 168.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -55631,12 +55631,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": 168.75 + "x": 172.5, + "y": -150 }, "Position": { - "x": 225, - "y": 168.75, + "x": 172.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -55749,12 +55749,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 229, - "y": 120.25 + "x": 101.5, + "y": -146 }, "OffsetMin": { - "x": 221, - "y": 112.25 + "x": 93.5, + "y": -154 }, "Pivot": { "x": 0.5, @@ -55772,12 +55772,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 225, - "y": 116.25 + "x": 97.5, + "y": -150 }, "Position": { - "x": 225, - "y": 116.25, + "x": 97.5, + "y": -150, "z": 0 }, "QuaternionRotation": { @@ -55890,12 +55890,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 184, - "y": 146.5 + "x": 139, + "y": -116 }, "OffsetMin": { - "x": 176, - "y": 138.5 + "x": 131, + "y": -124 }, "Pivot": { "x": 0.5, @@ -55913,12 +55913,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 180, - "y": 142.5 + "x": 135, + "y": -120 }, "Position": { - "x": 180, - "y": 142.5, + "x": 135, + "y": -120, "z": 0 }, "QuaternionRotation": { @@ -56031,12 +56031,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": 172.75 + "x": 176.5, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": 164.75 + "x": 168.5, + "y": -94 }, "Pivot": { "x": 0.5, @@ -56054,12 +56054,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": 168.75 + "x": 172.5, + "y": -90 }, "Position": { - "x": 135, - "y": 168.75, + "x": 172.5, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -56172,12 +56172,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": 120.25 + "x": 101.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": 112.25 + "x": 93.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -56195,12 +56195,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 116.25 + "x": 97.5, + "y": -180 }, "Position": { - "x": 270, - "y": 116.25, + "x": 97.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -56313,12 +56313,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": 146.5 + "x": 139, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": 138.5 + "x": 131, + "y": -184 }, "Pivot": { "x": 0.5, @@ -56336,12 +56336,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 142.5 + "x": 135, + "y": -180 }, "Position": { - "x": 270, - "y": 142.5, + "x": 135, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -56454,12 +56454,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 274, - "y": 172.75 + "x": 176.5, + "y": -176 }, "OffsetMin": { - "x": 266, - "y": 164.75 + "x": 168.5, + "y": -184 }, "Pivot": { "x": 0.5, @@ -56477,12 +56477,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 270, - "y": 168.75 + "x": 172.5, + "y": -180 }, "Position": { - "x": 270, - "y": 168.75, + "x": 172.5, + "y": -180, "z": 0 }, "QuaternionRotation": { @@ -56595,12 +56595,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -198.5, - "y": 251.5 + "x": 251.5, + "y": 139 }, "OffsetMin": { - "x": -206.5, - "y": 243.5 + "x": 243.5, + "y": 131 }, "Pivot": { "x": 0.5, @@ -56618,12 +56618,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -202.5, - "y": 247.5 + "x": 247.5, + "y": 135 }, "Position": { - "x": -202.5, - "y": 247.5, + "x": 247.5, + "y": 135, "z": 0 }, "QuaternionRotation": { @@ -56736,12 +56736,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -131, - "y": 304 + "x": 289, + "y": 94 }, "OffsetMin": { - "x": -139, - "y": 296 + "x": 281, + "y": 86 }, "Pivot": { "x": 0.5, @@ -56759,12 +56759,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -135, - "y": 300 + "x": 285, + "y": 90 }, "Position": { - "x": -135, - "y": 300, + "x": 285, + "y": 90, "z": 0 }, "QuaternionRotation": { @@ -56877,12 +56877,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -63.5, - "y": 356.5 + "x": 326.5, + "y": 49 }, "OffsetMin": { - "x": -71.5, - "y": 348.5 + "x": 318.5, + "y": 41 }, "Pivot": { "x": 0.5, @@ -56900,12 +56900,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -67.5, - "y": 352.5 + "x": 322.5, + "y": 45 }, "Position": { - "x": -67.5, - "y": 352.5, + "x": 322.5, + "y": 45, "z": 0 }, "QuaternionRotation": { @@ -57018,12 +57018,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -63.5, - "y": 251.5 + "x": 251.5, + "y": 49 }, "OffsetMin": { - "x": -71.5, - "y": 243.5 + "x": 243.5, + "y": 41 }, "Pivot": { "x": 0.5, @@ -57041,12 +57041,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -67.5, - "y": 247.5 + "x": 247.5, + "y": 45 }, "Position": { - "x": -67.5, - "y": 247.5, + "x": 247.5, + "y": 45, "z": 0 }, "QuaternionRotation": { @@ -57159,12 +57159,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -41, - "y": 304 + "x": 289, + "y": 34 }, "OffsetMin": { - "x": -49, - "y": 296 + "x": 281, + "y": 26 }, "Pivot": { "x": 0.5, @@ -57182,12 +57182,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -45, - "y": 300 + "x": 285, + "y": 30 }, "Position": { - "x": -45, - "y": 300, + "x": 285, + "y": 30, "z": 0 }, "QuaternionRotation": { @@ -57300,12 +57300,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -18.5, - "y": 356.5 + "x": 326.5, + "y": 19 }, "OffsetMin": { - "x": -26.5, - "y": 348.5 + "x": 318.5, + "y": 11 }, "Pivot": { "x": 0.5, @@ -57323,12 +57323,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -22.5, - "y": 352.5 + "x": 322.5, + "y": 15 }, "Position": { - "x": -22.5, - "y": 352.5, + "x": 322.5, + "y": 15, "z": 0 }, "QuaternionRotation": { @@ -57441,12 +57441,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71.5, - "y": 251.5 + "x": 251.5, + "y": -41 }, "OffsetMin": { - "x": 63.5, - "y": 243.5 + "x": 243.5, + "y": -49 }, "Pivot": { "x": 0.5, @@ -57464,12 +57464,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 67.5, - "y": 247.5 + "x": 247.5, + "y": -45 }, "Position": { - "x": 67.5, - "y": 247.5, + "x": 247.5, + "y": -45, "z": 0 }, "QuaternionRotation": { @@ -57582,12 +57582,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 49, - "y": 304 + "x": 289, + "y": -26 }, "OffsetMin": { - "x": 41, - "y": 296 + "x": 281, + "y": -34 }, "Pivot": { "x": 0.5, @@ -57605,12 +57605,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 45, - "y": 300 + "x": 285, + "y": -30 }, "Position": { - "x": 45, - "y": 300, + "x": 285, + "y": -30, "z": 0 }, "QuaternionRotation": { @@ -57723,12 +57723,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 26.5, - "y": 356.5 + "x": 326.5, + "y": -11 }, "OffsetMin": { - "x": 18.5, - "y": 348.5 + "x": 318.5, + "y": -19 }, "Pivot": { "x": 0.5, @@ -57746,12 +57746,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 22.5, - "y": 352.5 + "x": 322.5, + "y": -15 }, "Position": { - "x": 22.5, - "y": 352.5, + "x": 322.5, + "y": -15, "z": 0 }, "QuaternionRotation": { @@ -57864,12 +57864,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 206.5, - "y": 251.5 + "x": 251.5, + "y": -131 }, "OffsetMin": { - "x": 198.5, - "y": 243.5 + "x": 243.5, + "y": -139 }, "Pivot": { "x": 0.5, @@ -57887,12 +57887,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 202.5, - "y": 247.5 + "x": 247.5, + "y": -135 }, "Position": { - "x": 202.5, - "y": 247.5, + "x": 247.5, + "y": -135, "z": 0 }, "QuaternionRotation": { @@ -58005,12 +58005,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 139, - "y": 304 + "x": 289, + "y": -86 }, "OffsetMin": { - "x": 131, - "y": 296 + "x": 281, + "y": -94 }, "Pivot": { "x": 0.5, @@ -58028,12 +58028,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 135, - "y": 300 + "x": 285, + "y": -90 }, "Position": { - "x": 135, - "y": 300, + "x": 285, + "y": -90, "z": 0 }, "QuaternionRotation": { @@ -58146,12 +58146,12 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71.5, - "y": 356.5 + "x": 326.5, + "y": -41 }, "OffsetMin": { - "x": 63.5, - "y": 348.5 + "x": 318.5, + "y": -49 }, "Pivot": { "x": 0.5, @@ -58169,12 +58169,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": 67.5, - "y": 352.5 + "x": 322.5, + "y": -45 }, "Position": { - "x": 67.5, - "y": 352.5, + "x": 322.5, + "y": -45, "z": 0 }, "QuaternionRotation": {