1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00

updated buttons

This commit is contained in:
RedDeadDepresso 2023-11-16 21:11:18 +00:00 committed by YoursFunny
parent f6736a71df
commit 6cbc4f0788
2 changed files with 0 additions and 22 deletions

View File

@ -130,17 +130,6 @@ INSUFFICIENT_INVENTORY = ButtonWrapper(
area=(578, 117, 703, 152),
search=(558, 97, 723, 172),
color=(202, 209, 216),
button=(578, 117, 703, 152),
),
)
INSUFFICIENT_INVENTORY_BUTTON = ButtonWrapper(
name='INSUFFICIENT_INVENTORY_BUTTON',
jp=None,
en=Button(
file='./assets/en/base/popup/INSUFFICIENT_INVENTORY_BUTTON.png',
area=(535, 502, 747, 560),
search=(515, 482, 767, 580),
color=(109, 205, 239),
button=(535, 502, 747, 560),
),
)

View File

@ -45,17 +45,6 @@ SURVEY = ButtonWrapper(
area=(946, 269, 994, 307),
search=(926, 249, 1014, 327),
color=(211, 223, 166),
button=(946, 269, 994, 307),
),
)
SURVEY_BUTTON = ButtonWrapper(
name='SURVEY_BUTTON',
jp=None,
en=Button(
file='./assets/en/login/SURVEY_BUTTON.png',
area=(1199, 6, 1264, 75),
search=(1179, 0, 1280, 95),
color=(140, 204, 240),
button=(1199, 6, 1264, 75),
),
)