mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
feat(cafe): add template search area
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1018 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1018 KiB |
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user