mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 09:01:45 +00:00
16 lines
454 B
Python
16 lines
454 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 ```
|
|
|
|
ROGUE_REPORT = ButtonWrapper(
|
|
name='ROGUE_REPORT',
|
|
share=Button(
|
|
file='./assets/share/rogue/reward/ROGUE_REPORT.png',
|
|
area=(1198, 19, 1223, 42),
|
|
search=(1178, 0, 1243, 62),
|
|
color=(203, 165, 119),
|
|
button=(1198, 19, 1223, 42),
|
|
),
|
|
)
|