1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00
ArisuAutoSweeper/tasks/mail/assets/assets_mail.py
2023-11-17 13:06:09 +08:00

40 lines
1.1 KiB
Python

from module.base.button import Button, ButtonWrapper
# This file was auto-generated, do not modify it manually. To generate:
# ``` python -m dev_tools.button_extract ```
MAIL_RECEIVE = ButtonWrapper(
name='MAIL_RECEIVE',
jp=Button(
file='./assets/jp/mail/MAIL_RECEIVE.png',
area=(1086, 659, 1183, 682),
search=(1066, 639, 1203, 702),
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',
jp=Button(
file='./assets/jp/mail/MAIL_RECEIVED.png',
area=(1085, 657, 1186, 685),
search=(1065, 637, 1206, 705),
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),
),
)