1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat(popup): add ap exceed and item expire handler

This commit is contained in:
2023-11-10 21:12:17 +08:00
parent d82e206463
commit f91fc2c55d
7 changed files with 36 additions and 0 deletions
+20
View File
@@ -13,6 +13,16 @@ AFFECTION_LEVEL_UP = ButtonWrapper(
button=(882, 244, 1176, 476),
),
)
AP_EXCEED = ButtonWrapper(
name='AP_EXCEED',
jp=Button(
file='./assets/jp/base/popup/AP_EXCEED.png',
area=(610, 124, 669, 153),
search=(590, 104, 689, 173),
color=(139, 153, 168),
button=(535, 494, 746, 565),
),
)
DAILY_NEWS = ButtonWrapper(
name='DAILY_NEWS',
jp=Button(
@@ -63,6 +73,16 @@ GET_REWARD_SKIP = ButtonWrapper(
button=(1137, 34, 1243, 65),
),
)
ITEM_EXPIRED = ButtonWrapper(
name='ITEM_EXPIRED',
jp=Button(
file='./assets/jp/base/popup/ITEM_EXPIRED.png',
area=(612, 147, 668, 175),
search=(592, 127, 688, 195),
color=(131, 145, 162),
button=(537, 487, 742, 553),
),
)
NETWORK_RECONNECT = ButtonWrapper(
name='NETWORK_RECONNECT',
jp=Button(