1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-01-18 12:15:31 +00:00

Compare commits

..

No commits in common. "d73204bfebf952406745ebb28b09a086814a9bf1" and "2cd705b5bafbdaca37b554fb1a6a1ef86e45fabd" have entirely different histories.

6 changed files with 11 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -117,10 +117,10 @@ OCR_TICKET = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/bounty/OCR_TICKET.png', file='./assets/zht/bounty/OCR_TICKET.png',
area=(168, 84, 219, 121), area=(155, 81, 206, 119),
search=(148, 64, 239, 141), search=(135, 61, 226, 139),
color=(202, 210, 216), color=(209, 217, 221),
button=(168, 84, 219, 121), button=(155, 81, 206, 119),
), ),
) )
SELECT_DESERT_RAILROAD = ButtonWrapper( SELECT_DESERT_RAILROAD = ButtonWrapper(

View File

@ -117,10 +117,10 @@ OCR_TICKET = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/scrimmage/OCR_TICKET.png', file='./assets/zht/scrimmage/OCR_TICKET.png',
area=(170, 87, 220, 119), area=(155, 82, 206, 118),
search=(150, 67, 240, 139), search=(135, 62, 226, 138),
color=(208, 213, 216), color=(218, 222, 225),
button=(170, 87, 220, 119), button=(155, 82, 206, 118),
), ),
) )
SELECT_GEHENNA = ButtonWrapper( SELECT_GEHENNA = ButtonWrapper(

View File

@ -189,9 +189,9 @@ PLAYER_SELECT_FIRST = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/tactical_challenge/PLAYER_SELECT_FIRST.png', file='./assets/zht/tactical_challenge/PLAYER_SELECT_FIRST.png',
area=(467, 294, 495, 315), area=(469, 289, 512, 325),
search=(447, 274, 515, 335), search=(449, 269, 532, 345),
color=(190, 201, 206), color=(206, 214, 221),
button=(606, 173, 1099, 260), button=(606, 173, 1099, 260),
), ),
) )