StarRailCopilot/tasks/freebies/assets/assets_freebies_support_reward.py

63 lines
1.8 KiB
Python
Raw Normal View History

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',
2024-05-08 05:55:14 +00:00
area=(1092, 181, 1123, 204),
search=(1072, 161, 1143, 224),
color=(246, 227, 173),
button=(1092, 181, 1123, 204),
),
)
IN_PROFILE = ButtonWrapper(
name='IN_PROFILE',
share=Button(
file='./assets/share/freebies/support_reward/IN_PROFILE.png',
2024-05-08 05:55:14 +00:00
area=(640, 155, 666, 173),
search=(620, 135, 686, 193),
2024-02-06 15:11:12 +00:00
color=(109, 97, 83),
2024-05-08 05:55:14 +00:00
button=(640, 155, 666, 173),
),
)
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),
),
2023-10-16 04:36:33 +00:00
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),
),
)
2024-05-08 05:55:14 +00:00
REWARD_POPUP = ButtonWrapper(
name='REWARD_POPUP',
share=Button(
file='./assets/share/freebies/support_reward/REWARD_POPUP.png',
area=(883, 552, 914, 580),
search=(863, 532, 934, 600),
color=(88, 89, 114),
button=(883, 552, 914, 580),
),
)