mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 18:05:26 +00:00
46 lines
1.3 KiB
Python
46 lines
1.3 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 ```
|
|
|
|
BATTLE_PASS_NOTIFICATION = ButtonWrapper(
|
|
name='BATTLE_PASS_NOTIFICATION',
|
|
share=Button(
|
|
file='./assets/share/base/popup/BATTLE_PASS_NOTIFICATION.png',
|
|
area=(960, 601, 984, 625),
|
|
search=(940, 581, 1004, 645),
|
|
color=(137, 127, 109),
|
|
button=(895, 595, 1180, 630),
|
|
),
|
|
)
|
|
GET_REWARD = ButtonWrapper(
|
|
name='GET_REWARD',
|
|
share=Button(
|
|
file='./assets/share/base/popup/GET_REWARD.png',
|
|
area=(623, 95, 657, 119),
|
|
search=(603, 75, 677, 139),
|
|
color=(145, 131, 99),
|
|
button=(741, 495, 1071, 644),
|
|
),
|
|
)
|
|
MONTHLY_CARD_GET_ITEM = ButtonWrapper(
|
|
name='MONTHLY_CARD_GET_ITEM',
|
|
share=Button(
|
|
file='./assets/share/base/popup/MONTHLY_CARD_GET_ITEM.png',
|
|
area=(612, 328, 652, 368),
|
|
search=(592, 308, 672, 388),
|
|
color=(209, 187, 179),
|
|
button=(741, 495, 1071, 644),
|
|
),
|
|
)
|
|
MONTHLY_CARD_REWARD = ButtonWrapper(
|
|
name='MONTHLY_CARD_REWARD',
|
|
share=Button(
|
|
file='./assets/share/base/popup/MONTHLY_CARD_REWARD.png',
|
|
area=(696, 407, 736, 447),
|
|
search=(676, 387, 756, 467),
|
|
color=(137, 107, 91),
|
|
button=(741, 495, 1071, 644),
|
|
),
|
|
)
|