mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
fix(cafe): expand search box
This commit is contained in:
parent
4ce8073096
commit
15bf77da3d
Binary file not shown.
|
Before Width: | Height: | Size: 1018 KiB After Width: | Height: | Size: 1016 KiB |
@ -17,10 +17,10 @@ BOX_SEARCH = ButtonWrapper(
|
|||||||
name='BOX_SEARCH',
|
name='BOX_SEARCH',
|
||||||
share=Button(
|
share=Button(
|
||||||
file='./assets/share/cafe/BOX_SEARCH.png',
|
file='./assets/share/cafe/BOX_SEARCH.png',
|
||||||
area=(61, 72, 1176, 653),
|
area=(12, 71, 1176, 654),
|
||||||
search=(41, 52, 1196, 673),
|
search=(0, 51, 1196, 674),
|
||||||
color=(172, 180, 188),
|
color=(175, 183, 190),
|
||||||
button=(61, 72, 1176, 653),
|
button=(12, 71, 1176, 654),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
CAFE_FIRST = ButtonWrapper(
|
CAFE_FIRST = ButtonWrapper(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user