StarRailCopilot/tasks/freebies/assets/assets_freebies_support_reward.py
2024-02-07 08:04:45 +08:00

53 lines
1.5 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=(1066, 121, 1097, 144),
search=(1046, 101, 1117, 164),
color=(245, 225, 170),
button=(1066, 121, 1097, 144),
),
)
IN_PROFILE = ButtonWrapper(
name='IN_PROFILE',
share=Button(
file='./assets/share/freebies/support_reward/IN_PROFILE.png',
area=(647, 128, 673, 146),
search=(627, 108, 693, 166),
color=(109, 97, 83),
button=(647, 128, 673, 146),
),
)
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),
),
)