StarRailCopilot/tasks/base/assets/assets_base_popup.py

26 lines
766 B
Python
Raw Normal View History

2023-05-17 16:44:43 +00:00
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=(625, 118, 655, 147),
search=(605, 98, 675, 167),
color=(167, 151, 116),
button=(741, 495, 1071, 644),
),
)