WL #813 Lead 데이터 핫픽스(Q2 D-1): 전투 패드 부채꼴 원점 y 0→260 · Attack 버튼 y 100→360 — 하단 메뉴 밴드(y 6~250)와 겹쳐 slot0 탭이 던전 팝업을 열던 문제 · 값만 변경(코드 0)
This commit is contained in:
parent
e3846d9878
commit
6d9d8755c1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue