WL #813 Lead 데이터 핫픽스(Q2 D-1): 전투 패드 부채꼴 원점 y 0→260 · Attack 버튼 y 100→360 — 하단 메뉴 밴드(y 6~250)와 겹쳐 slot0 탭이 던전 팝업을 열던 문제 · 값만 변경(코드 0)

This commit is contained in:
깃 관리자 2026-09-09 01:45:54 +09:00
parent e3846d9878
commit 6d9d8755c1
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ MonoBehaviour:
slotDiameterPx: 140
slotMinGapPx: 16
thumbReachRadiusPx: 320
fanOriginPx: {x: 0, y: 0}
fanOriginPx: {x: 0, y: 260}
fanRadiusPx: 420
fanStartAngleDeg: 12.5
fanStepAngleDeg: 22
@ -28,7 +28,7 @@ MonoBehaviour:
reserveRadiusPx: 270
reserveStartAngleDeg: 25
reserveStepAngleDeg: 40
attackCenterPx: {x: 100, y: 100}
attackCenterPx: {x: 100, y: 360}
attackDiameterPx: 132
autoButtonCenterPx: {x: 56, y: 545}
autoButtonDiameterPx: 34.3