mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
64 lines
1.9 KiB
Python
64 lines
1.9 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 ```
|
|
|
|
AMOUNT_MINUS = ButtonWrapper(
|
|
name='AMOUNT_MINUS',
|
|
share=[
|
|
Button(
|
|
file='./assets/share/dungeon/stamina/AMOUNT_MINUS.png',
|
|
area=(233, 417, 287, 441),
|
|
search=(213, 397, 307, 461),
|
|
color=(240, 240, 240),
|
|
button=(233, 417, 287, 441),
|
|
),
|
|
Button(
|
|
file='./assets/share/dungeon/stamina/AMOUNT_MINUS.2.png',
|
|
area=(233, 417, 287, 441),
|
|
search=(213, 397, 307, 461),
|
|
color=(218, 218, 218),
|
|
button=(233, 417, 287, 441),
|
|
),
|
|
],
|
|
)
|
|
AMOUNT_PLUS = ButtonWrapper(
|
|
name='AMOUNT_PLUS',
|
|
share=[
|
|
Button(
|
|
file='./assets/share/dungeon/stamina/AMOUNT_PLUS.png',
|
|
area=(933, 417, 986, 441),
|
|
search=(913, 397, 1006, 461),
|
|
color=(235, 235, 236),
|
|
button=(933, 417, 986, 441),
|
|
),
|
|
Button(
|
|
file='./assets/share/dungeon/stamina/AMOUNT_PLUS.2.png',
|
|
area=(933, 417, 987, 441),
|
|
search=(913, 397, 1007, 461),
|
|
color=(217, 218, 220),
|
|
button=(933, 417, 987, 441),
|
|
),
|
|
],
|
|
)
|
|
IMMERSIFIER_CHECK = ButtonWrapper(
|
|
name='IMMERSIFIER_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/stamina/IMMERSIFIER_CHECK.png',
|
|
area=(722, 299, 755, 342),
|
|
search=(702, 279, 775, 362),
|
|
color=(138, 126, 112),
|
|
button=(722, 299, 755, 342),
|
|
),
|
|
)
|
|
OCR_IMMERSIFIER_AMOUNT = ButtonWrapper(
|
|
name='OCR_IMMERSIFIER_AMOUNT',
|
|
share=Button(
|
|
file='./assets/share/dungeon/stamina/OCR_IMMERSIFIER_AMOUNT.png',
|
|
area=(535, 400, 735, 418),
|
|
search=(515, 380, 755, 438),
|
|
color=(211, 211, 211),
|
|
button=(535, 400, 735, 418),
|
|
),
|
|
)
|