1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-29 19:25:02 +00:00

1 Commits

Author SHA1 Message Date
YoursFunny 15bf77da3d fix(cafe): expand search box 2023-11-23 16:21:58 +08:00
2 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 KiB

After

Width:  |  Height:  |  Size: 1016 KiB

+4 -4
View File
@@ -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(