mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
fix: update assets file
This commit is contained in:
parent
8cb4803f80
commit
e6649762c8
@ -27,10 +27,10 @@ CAFE_FIRST = ButtonWrapper(
|
|||||||
name='CAFE_FIRST',
|
name='CAFE_FIRST',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/cafe/CAFE_FIRST.png',
|
file='./assets/jp/cafe/CAFE_FIRST.png',
|
||||||
area=(82, 152, 136, 175),
|
area=(96, 92, 111, 110),
|
||||||
search=(62, 132, 156, 195),
|
search=(76, 72, 131, 130),
|
||||||
color=(111, 127, 147),
|
color=(185, 192, 200),
|
||||||
button=(82, 152, 136, 175),
|
button=(96, 92, 111, 110),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/cafe/CAFE_FIRST.png',
|
file='./assets/en/cafe/CAFE_FIRST.png',
|
||||||
@ -44,10 +44,10 @@ CAFE_INVITE = ButtonWrapper(
|
|||||||
name='CAFE_INVITE',
|
name='CAFE_INVITE',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/cafe/CAFE_INVITE.png',
|
file='./assets/jp/cafe/CAFE_INVITE.png',
|
||||||
area=(816, 635, 845, 655),
|
area=(870, 637, 903, 663),
|
||||||
search=(796, 615, 865, 675),
|
search=(850, 617, 923, 683),
|
||||||
color=(173, 182, 192),
|
color=(253, 217, 235),
|
||||||
button=(816, 635, 845, 655),
|
button=(870, 637, 903, 663),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/cafe/CAFE_INVITE.png',
|
file='./assets/en/cafe/CAFE_INVITE.png',
|
||||||
@ -61,10 +61,10 @@ CAFE_INVITED = ButtonWrapper(
|
|||||||
name='CAFE_INVITED',
|
name='CAFE_INVITED',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/cafe/CAFE_INVITED.png',
|
file='./assets/jp/cafe/CAFE_INVITED.png',
|
||||||
area=(815, 633, 847, 657),
|
area=(870, 637, 903, 663),
|
||||||
search=(795, 613, 867, 677),
|
search=(850, 617, 923, 683),
|
||||||
color=(144, 144, 146),
|
color=(111, 109, 109),
|
||||||
button=(815, 633, 847, 657),
|
button=(870, 637, 903, 663),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/cafe/CAFE_INVITED.png',
|
file='./assets/en/cafe/CAFE_INVITED.png',
|
||||||
@ -78,10 +78,10 @@ CAFE_SECOND = ButtonWrapper(
|
|||||||
name='CAFE_SECOND',
|
name='CAFE_SECOND',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/cafe/CAFE_SECOND.png',
|
file='./assets/jp/cafe/CAFE_SECOND.png',
|
||||||
area=(219, 152, 279, 175),
|
area=(99, 92, 108, 110),
|
||||||
search=(199, 132, 299, 195),
|
search=(79, 72, 128, 130),
|
||||||
color=(110, 126, 146),
|
color=(193, 200, 209),
|
||||||
button=(219, 152, 279, 175),
|
button=(99, 92, 108, 110),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/cafe/CAFE_SECOND.png',
|
file='./assets/en/cafe/CAFE_SECOND.png',
|
||||||
@ -146,10 +146,10 @@ CHECK_REWARD = ButtonWrapper(
|
|||||||
name='CHECK_REWARD',
|
name='CHECK_REWARD',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/cafe/CHECK_REWARD.png',
|
file='./assets/jp/cafe/CHECK_REWARD.png',
|
||||||
area=(1095, 621, 1146, 637),
|
area=(1120, 635, 1166, 651),
|
||||||
search=(1075, 601, 1166, 657),
|
search=(1100, 615, 1186, 671),
|
||||||
color=(82, 105, 129),
|
color=(79, 102, 127),
|
||||||
button=(1086, 607, 1225, 685),
|
button=(1109, 627, 1239, 691),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/cafe/CHECK_REWARD.png',
|
file='./assets/en/cafe/CHECK_REWARD.png',
|
||||||
@ -377,10 +377,10 @@ OCR_CAFE = ButtonWrapper(
|
|||||||
name='OCR_CAFE',
|
name='OCR_CAFE',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/cafe/OCR_CAFE.png',
|
file='./assets/jp/cafe/OCR_CAFE.png',
|
||||||
area=(1103, 642, 1202, 672),
|
area=(1127, 657, 1219, 682),
|
||||||
search=(1083, 622, 1222, 692),
|
search=(1107, 637, 1239, 702),
|
||||||
color=(87, 107, 129),
|
color=(93, 112, 134),
|
||||||
button=(1103, 642, 1202, 672),
|
button=(1127, 657, 1219, 682),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/cafe/OCR_CAFE.png',
|
file='./assets/en/cafe/OCR_CAFE.png',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user