StarRailCopilot/tasks/freebies/assets/assets_freebies_support_reward.py
2023-10-16 12:36:33 +08:00

63 lines
1.8 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 ```
CAN_GET_REWARD = ButtonWrapper(
name='CAN_GET_REWARD',
share=Button(
file='./assets/share/freebies/support_reward/CAN_GET_REWARD.png',
area=(1055, 266, 1106, 310),
search=(1035, 246, 1126, 330),
color=(229, 186, 123),
button=(1055, 266, 1106, 310),
),
)
CLICKING_REWARD = ButtonWrapper(
name='CLICKING_REWARD',
share=Button(
file='./assets/share/freebies/support_reward/CLICKING_REWARD.png',
area=(1066, 268, 1105, 307),
search=(1046, 248, 1125, 327),
color=(197, 161, 111),
button=(1066, 268, 1105, 307),
),
)
IN_PROFILE = ButtonWrapper(
name='IN_PROFILE',
share=Button(
file='./assets/share/freebies/support_reward/IN_PROFILE.png',
area=(643, 106, 673, 131),
search=(623, 86, 693, 151),
color=(74, 67, 58),
button=(643, 106, 673, 131),
),
)
MENU_TO_PROFILE = ButtonWrapper(
name='MENU_TO_PROFILE',
share=Button(
file='./assets/share/freebies/support_reward/MENU_TO_PROFILE.png',
area=(1123, 82, 1149, 97),
search=(1103, 62, 1169, 117),
color=(226, 226, 225),
button=(1123, 82, 1149, 97),
),
)
PROFILE = ButtonWrapper(
name='PROFILE',
cn=Button(
file='./assets/cn/freebies/support_reward/PROFILE.png',
area=(890, 99, 1111, 131),
search=(870, 79, 1131, 151),
color=(205, 206, 206),
button=(890, 99, 1111, 131),
),
en=Button(
file='./assets/en/freebies/support_reward/PROFILE.png',
area=(907, 102, 1092, 132),
search=(887, 82, 1112, 152),
color=(190, 189, 189),
button=(907, 102, 1092, 132),
),
)