1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

added more images for tc and popup

This commit is contained in:
RedDeadDepresso
2023-11-14 21:54:50 +00:00
committed by YoursFunny
parent 47e239aee1
commit b3daa45c5a
19 changed files with 581 additions and 0 deletions
+70
View File
@@ -12,6 +12,13 @@ AFFECTION_LEVEL_UP = ButtonWrapper(
color=(208, 223, 243),
button=(882, 244, 1176, 476),
),
en=Button(
file='./assets/en/base/popup/AFFECTION_LEVEL_UP.png',
area=(686, 599, 801, 650),
search=(666, 579, 821, 670),
color=(217, 227, 243),
button=(882, 244, 1176, 476),
),
)
AP_EXCEED = ButtonWrapper(
name='AP_EXCEED',
@@ -22,6 +29,13 @@ AP_EXCEED = ButtonWrapper(
color=(139, 153, 168),
button=(535, 494, 746, 565),
),
en=Button(
file='./assets/en/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',
@@ -32,6 +46,13 @@ DAILY_NEWS = ButtonWrapper(
color=(150, 204, 253),
button=(1128, 89, 1156, 117),
),
en=Button(
file='./assets/en/base/popup/DAILY_NEWS.png',
area=(120, 89, 326, 113),
search=(100, 69, 346, 133),
color=(150, 204, 253),
button=(1128, 89, 1156, 117),
),
)
DAILY_REWARD = ButtonWrapper(
name='DAILY_REWARD',
@@ -42,6 +63,13 @@ DAILY_REWARD = ButtonWrapper(
color=(203, 227, 237),
button=(920, 632, 1140, 712),
),
en=Button(
file='./assets/en/base/popup/DAILY_REWARD.png',
area=(416, 165, 434, 216),
search=(396, 145, 454, 236),
color=(203, 227, 237),
button=(920, 632, 1140, 712),
),
)
GET_NEW_STUDENT = ButtonWrapper(
name='GET_NEW_STUDENT',
@@ -52,6 +80,13 @@ GET_NEW_STUDENT = ButtonWrapper(
color=(125, 132, 92),
button=(934, 643, 1263, 714),
),
en=Button(
file='./assets/en/base/popup/GET_NEW_STUDENT.png',
area=(32, 93, 158, 114),
search=(12, 73, 178, 134),
color=(125, 132, 92),
button=(934, 643, 1263, 714),
),
)
GET_REWARD = ButtonWrapper(
name='GET_REWARD',
@@ -62,6 +97,13 @@ GET_REWARD = ButtonWrapper(
color=(230, 222, 93),
button=(675, 623, 870, 695),
),
en=Button(
file='./assets/en/base/popup/GET_REWARD.png',
area=(629, 138, 651, 167),
search=(609, 118, 671, 187),
color=(211, 210, 90),
button=(578, 617, 707, 646),
),
)
GET_REWARD_SKIP = ButtonWrapper(
name='GET_REWARD_SKIP',
@@ -72,6 +114,13 @@ GET_REWARD_SKIP = ButtonWrapper(
color=(197, 200, 205),
button=(1137, 34, 1243, 65),
),
en=Button(
file='./assets/en/base/popup/GET_REWARD_SKIP.png',
area=(1137, 34, 1243, 65),
search=(1117, 14, 1263, 85),
color=(197, 200, 205),
button=(1137, 34, 1243, 65),
),
)
ITEM_EXPIRED = ButtonWrapper(
name='ITEM_EXPIRED',
@@ -82,6 +131,13 @@ ITEM_EXPIRED = ButtonWrapper(
color=(131, 145, 162),
button=(537, 487, 742, 553),
),
en=Button(
file='./assets/en/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',
@@ -92,6 +148,13 @@ NETWORK_RECONNECT = ButtonWrapper(
color=(78, 138, 169),
button=(663, 467, 870, 537),
),
en=Button(
file='./assets/en/base/popup/NETWORK_RECONNECT.png',
area=(688, 484, 852, 517),
search=(668, 464, 872, 537),
color=(99, 180, 213),
button=(664, 469, 871, 534),
),
)
NETWORK_RECONNECT_OK = ButtonWrapper(
name='NETWORK_RECONNECT_OK',
@@ -102,4 +165,11 @@ NETWORK_RECONNECT_OK = ButtonWrapper(
color=(91, 165, 196),
button=(665, 468, 870, 536),
),
en=Button(
file='./assets/en/base/popup/NETWORK_RECONNECT_OK.png',
area=(744, 487, 791, 515),
search=(724, 467, 811, 535),
color=(91, 165, 196),
button=(665, 468, 870, 536),
),
)