mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
26 lines
766 B
Python
26 lines
766 B
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=(625, 118, 655, 147),
|
||
|
search=(605, 98, 675, 167),
|
||
|
color=(167, 151, 116),
|
||
|
button=(741, 495, 1071, 644),
|
||
|
),
|
||
|
)
|