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

feat(cafe): add template search area

This commit is contained in:
YoursFunny 2023-11-21 21:31:01 +08:00
parent 7862fa6cb8
commit 99074a1575
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
3 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 KiB

View File

@ -20,6 +20,23 @@ BOX_CAFE = ButtonWrapper(
button=(33, 130, 1247, 569),
),
)
BOX_SEARCH = ButtonWrapper(
name='BOX_SEARCH',
jp=Button(
file='./assets/jp/cafe/BOX_SEARCH.png',
area=(61, 72, 1176, 653),
search=(41, 52, 1196, 673),
color=(172, 180, 188),
button=(61, 72, 1176, 653),
),
en=Button(
file='./assets/en/cafe/BOX_SEARCH.png',
area=(61, 72, 1176, 653),
search=(41, 52, 1196, 673),
color=(172, 180, 188),
button=(61, 72, 1176, 653),
),
)
CAFE_FIRST = ButtonWrapper(
name='CAFE_FIRST',
jp=Button(