mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-26 10:16:34 +00:00
66 lines
2.0 KiB
Python
66 lines
2.0 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 ```
|
|
|
|
ITEM_CONSUMABLE_CHECK = ButtonWrapper(
|
|
name='ITEM_CONSUMABLE_CHECK',
|
|
share=Button(
|
|
file='./assets/share/daily/consumable_usage/ITEM_CONSUMABLE_CHECK.png',
|
|
area=(39, 476, 78, 499),
|
|
search=(19, 456, 98, 519),
|
|
color=(137, 138, 139),
|
|
button=(39, 476, 78, 499),
|
|
),
|
|
)
|
|
ITEM_CONSUMABLE_SCROLL = ButtonWrapper(
|
|
name='ITEM_CONSUMABLE_SCROLL',
|
|
share=Button(
|
|
file='./assets/share/daily/consumable_usage/ITEM_CONSUMABLE_SCROLL.png',
|
|
area=(837, 89, 843, 615),
|
|
search=(817, 69, 863, 635),
|
|
color=(118, 117, 121),
|
|
button=(837, 89, 843, 615),
|
|
),
|
|
)
|
|
ITEM_GOTO_CONSUMABLE = ButtonWrapper(
|
|
name='ITEM_GOTO_CONSUMABLE',
|
|
share=Button(
|
|
file='./assets/share/daily/consumable_usage/ITEM_GOTO_CONSUMABLE.png',
|
|
area=(38, 476, 80, 499),
|
|
search=(18, 456, 100, 519),
|
|
color=(104, 106, 117),
|
|
button=(38, 476, 80, 499),
|
|
),
|
|
)
|
|
SIMPLE_PROTECTIVE_GEAR = ButtonWrapper(
|
|
name='SIMPLE_PROTECTIVE_GEAR',
|
|
share=Button(
|
|
file='./assets/share/daily/consumable_usage/SIMPLE_PROTECTIVE_GEAR.png',
|
|
area=(164, 496, 236, 552),
|
|
search=(148, 87, 770, 579),
|
|
color=(93, 110, 115),
|
|
button=(164, 496, 236, 552),
|
|
),
|
|
)
|
|
SIMPLE_PROTECTIVE_GEAR_CHECK = ButtonWrapper(
|
|
name='SIMPLE_PROTECTIVE_GEAR_CHECK',
|
|
share=Button(
|
|
file='./assets/share/daily/consumable_usage/SIMPLE_PROTECTIVE_GEAR_CHECK.png',
|
|
area=(1059, 190, 1177, 278),
|
|
search=(1039, 170, 1197, 298),
|
|
color=(94, 114, 121),
|
|
button=(1059, 190, 1177, 278),
|
|
),
|
|
)
|
|
USE_CONSUMABLE = ButtonWrapper(
|
|
name='USE_CONSUMABLE',
|
|
cn=Button(
|
|
file='./assets/cn/daily/consumable_usage/USE_CONSUMABLE.png',
|
|
area=(1042, 647, 1084, 669),
|
|
search=(1022, 627, 1104, 689),
|
|
color=(158, 158, 159),
|
|
button=(1042, 647, 1084, 669),
|
|
),
|
|
)
|