1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 22:05:12 +00:00

fix: expand ticket ocr region

This commit is contained in:
YoursFunny 2023-11-25 14:27:01 +08:00
parent f92dba92c9
commit 44b6d5cdf8
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
6 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -75,17 +75,17 @@ OCR_TICKET = ButtonWrapper(
name='OCR_TICKET',
jp=Button(
file='./assets/jp/bounty/OCR_TICKET.png',
area=(195, 85, 237, 113),
search=(175, 65, 257, 133),
color=(197, 206, 213),
button=(195, 85, 237, 113),
area=(196, 87, 258, 113),
search=(176, 67, 278, 133),
color=(173, 197, 212),
button=(196, 87, 258, 113),
),
en=Button(
file='./assets/en/bounty/OCR_TICKET.png',
area=(225, 85, 267, 114),
search=(205, 65, 287, 134),
color=(197, 206, 213),
button=(225, 85, 267, 114),
area=(229, 89, 285, 112),
search=(209, 69, 305, 132),
color=(177, 194, 207),
button=(229, 89, 285, 112),
),
)
SELECT_DESERT_RAILROAD = ButtonWrapper(

View File

@ -75,17 +75,17 @@ OCR_TICKET = ButtonWrapper(
name='OCR_TICKET',
jp=Button(
file='./assets/jp/scrimmage/OCR_TICKET.png',
area=(195, 85, 235, 113),
search=(175, 65, 255, 133),
color=(206, 211, 215),
button=(195, 85, 235, 113),
area=(194, 87, 258, 112),
search=(174, 67, 278, 132),
color=(207, 213, 218),
button=(194, 87, 258, 112),
),
en=Button(
file='./assets/en/scrimmage/OCR_TICKET.png',
area=(227, 84, 265, 115),
search=(207, 64, 285, 135),
color=(207, 212, 216),
button=(227, 84, 265, 115),
area=(229, 88, 289, 112),
search=(209, 68, 309, 132),
color=(199, 206, 212),
button=(229, 88, 289, 112),
),
)
SELECT_GEHENNA = ButtonWrapper(