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:
parent
7862fa6cb8
commit
99074a1575
BIN
assets/en/cafe/BOX_SEARCH.png
Normal file
BIN
assets/en/cafe/BOX_SEARCH.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1018 KiB |
BIN
assets/jp/cafe/BOX_SEARCH.png
Normal file
BIN
assets/jp/cafe/BOX_SEARCH.png
Normal file
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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user