1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 22:14: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
+14
View File
@@ -12,6 +12,13 @@ MAIL_RECEIVE = ButtonWrapper(
color=(174, 151, 53),
button=(1043, 640, 1226, 701),
),
en=Button(
file='./assets/en/mail/MAIL_RECEIVE.png',
area=(1074, 656, 1202, 685),
search=(1054, 636, 1222, 705),
color=(207, 188, 63),
button=(1047, 643, 1231, 700),
),
)
MAIL_RECEIVED = ButtonWrapper(
name='MAIL_RECEIVED',
@@ -22,4 +29,11 @@ MAIL_RECEIVED = ButtonWrapper(
color=(195, 196, 196),
button=(1085, 657, 1186, 685),
),
en=Button(
file='./assets/en/mail/MAIL_RECEIVED.png',
area=(1072, 649, 1197, 686),
search=(1052, 629, 1217, 706),
color=(204, 205, 206),
button=(1072, 649, 1197, 686),
),
)