1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-01-10 02:45:15 +00:00

Compare commits

..

No commits in common. "7f0b2ff73fe6038c4a9152af1252c2887543cddb" and "5b2e22163af1006b6e5b6451dfb667cf97c9de59" have entirely different histories.

7 changed files with 24 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -453,10 +453,10 @@ WORK_GO_TO_BOUNTY = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/base/page/WORK_GO_TO_BOUNTY.png', file='./assets/en/base/page/WORK_GO_TO_BOUNTY.png',
area=(668, 385, 756, 412), area=(671, 409, 760, 440),
search=(648, 365, 776, 432), search=(651, 389, 780, 460),
color=(180, 198, 223), color=(183, 202, 227),
button=(668, 385, 756, 412), button=(671, 409, 760, 440),
), ),
) )
WORK_GO_TO_COMMISSIONS = ButtonWrapper( WORK_GO_TO_COMMISSIONS = ButtonWrapper(
@ -470,10 +470,10 @@ WORK_GO_TO_COMMISSIONS = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/base/page/WORK_GO_TO_COMMISSIONS.png', file='./assets/en/base/page/WORK_GO_TO_COMMISSIONS.png',
area=(653, 477, 787, 496), area=(656, 494, 803, 517),
search=(633, 457, 807, 516), search=(636, 474, 823, 537),
color=(187, 199, 218), color=(192, 204, 221),
button=(653, 477, 787, 496), button=(656, 494, 803, 517),
), ),
) )
WORK_GO_TO_MISSION = ButtonWrapper( WORK_GO_TO_MISSION = ButtonWrapper(
@ -487,10 +487,10 @@ WORK_GO_TO_MISSION = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/base/page/WORK_GO_TO_MISSION.png', file='./assets/en/base/page/WORK_GO_TO_MISSION.png',
area=(721, 158, 873, 197), area=(720, 160, 871, 206),
search=(701, 138, 893, 217), search=(700, 140, 891, 226),
color=(180, 195, 215), color=(192, 204, 221),
button=(721, 158, 873, 197), button=(720, 160, 871, 206),
), ),
) )
WORK_GO_TO_SCHOOL_EXCHANGE = ButtonWrapper( WORK_GO_TO_SCHOOL_EXCHANGE = ButtonWrapper(
@ -504,10 +504,10 @@ WORK_GO_TO_SCHOOL_EXCHANGE = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/base/page/WORK_GO_TO_SCHOOL_EXCHANGE.png', file='./assets/en/base/page/WORK_GO_TO_SCHOOL_EXCHANGE.png',
area=(635, 569, 769, 597), area=(643, 572, 778, 602),
search=(615, 549, 789, 617), search=(623, 552, 798, 622),
color=(198, 204, 216), color=(190, 203, 221),
button=(635, 569, 769, 597), button=(643, 572, 778, 602),
), ),
) )
WORK_GO_TO_STORY = ButtonWrapper( WORK_GO_TO_STORY = ButtonWrapper(
@ -521,10 +521,10 @@ WORK_GO_TO_STORY = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/base/page/WORK_GO_TO_STORY.png', file='./assets/en/base/page/WORK_GO_TO_STORY.png',
area=(996, 159, 1112, 205), area=(994, 159, 1109, 211),
search=(976, 139, 1132, 225), search=(974, 139, 1129, 231),
color=(200, 209, 225), color=(208, 215, 228),
button=(996, 159, 1112, 205), button=(994, 159, 1109, 211),
), ),
) )
WORK_GO_TO_TACTICAL_CHALLENGE = ButtonWrapper( WORK_GO_TO_TACTICAL_CHALLENGE = ButtonWrapper(
@ -538,9 +538,9 @@ WORK_GO_TO_TACTICAL_CHALLENGE = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/base/page/WORK_GO_TO_TACTICAL_CHALLENGE.png', file='./assets/en/base/page/WORK_GO_TO_TACTICAL_CHALLENGE.png',
area=(803, 566, 922, 623), area=(1012, 532, 1152, 591),
search=(783, 546, 942, 643), search=(992, 512, 1172, 611),
color=(186, 201, 220), color=(199, 211, 227),
button=(803, 566, 922, 623), button=(1012, 532, 1152, 591),
), ),
) )