Fix: adjust blessing ocr area

This commit is contained in:
Hengyu 2023-08-23 01:59:01 +08:00
parent f9ec1deb2a
commit 8c0ea40c76
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -67,9 +67,9 @@ OCR_ROGUE_BUFF = ButtonWrapper(
name='OCR_ROGUE_BUFF',
share=Button(
file='./assets/share/rogue/blessing/OCR_ROGUE_BUFF.png',
area=(165, 146, 1125, 370),
search=(145, 126, 1145, 390),
color=(93, 96, 105),
button=(165, 146, 1125, 370),
area=(155, 140, 1123, 348),
search=(135, 120, 1143, 368),
color=(80, 87, 106),
button=(155, 140, 1123, 348),
),
)