2023-07-24 10:15:22 +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 ```
|
|
|
|
|
|
|
|
COMBAT_SUPPORT_ADD = ButtonWrapper(
|
|
|
|
name='COMBAT_SUPPORT_ADD',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/support/COMBAT_SUPPORT_ADD.png',
|
2024-02-07 13:10:44 +00:00
|
|
|
area=(1057, 649, 1112, 678),
|
|
|
|
search=(1037, 629, 1132, 698),
|
|
|
|
color=(213, 214, 214),
|
|
|
|
button=(1057, 649, 1112, 678),
|
2023-07-24 10:15:22 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
COMBAT_SUPPORT_LIST = ButtonWrapper(
|
|
|
|
name='COMBAT_SUPPORT_LIST',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/support/COMBAT_SUPPORT_LIST.png',
|
2024-02-07 13:10:44 +00:00
|
|
|
area=(67, 645, 93, 669),
|
|
|
|
search=(47, 625, 113, 689),
|
|
|
|
color=(204, 205, 205),
|
|
|
|
button=(67, 645, 93, 669),
|
2023-07-24 10:15:22 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
COMBAT_SUPPORT_LIST_GRID = ButtonWrapper(
|
|
|
|
name='COMBAT_SUPPORT_LIST_GRID',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/support/COMBAT_SUPPORT_LIST_GRID.png',
|
2024-02-07 13:10:44 +00:00
|
|
|
area=(64, 158, 155, 627),
|
|
|
|
search=(44, 138, 175, 647),
|
|
|
|
color=(117, 107, 124),
|
|
|
|
button=(64, 158, 155, 627),
|
2023-07-24 10:15:22 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
COMBAT_SUPPORT_LIST_SCROLL = ButtonWrapper(
|
|
|
|
name='COMBAT_SUPPORT_LIST_SCROLL',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/support/COMBAT_SUPPORT_LIST_SCROLL.png',
|
2024-02-07 13:10:44 +00:00
|
|
|
area=(448, 156, 452, 592),
|
|
|
|
search=(428, 136, 472, 612),
|
|
|
|
color=(130, 133, 153),
|
|
|
|
button=(448, 156, 452, 592),
|
2023-07-24 10:15:22 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
COMBAT_SUPPORT_SELECTED = ButtonWrapper(
|
|
|
|
name='COMBAT_SUPPORT_SELECTED',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/support/COMBAT_SUPPORT_SELECTED.png',
|
|
|
|
area=(69, 114, 91, 116),
|
|
|
|
search=(49, 94, 111, 136),
|
|
|
|
color=(254, 254, 254),
|
|
|
|
button=(69, 114, 91, 116),
|
|
|
|
),
|
|
|
|
)
|
2024-02-24 09:26:22 +00:00
|
|
|
SUPPORT_SELECTED = ButtonWrapper(
|
|
|
|
name='SUPPORT_SELECTED',
|
|
|
|
share=[
|
|
|
|
Button(
|
|
|
|
file='./assets/share/combat/support/SUPPORT_SELECTED.png',
|
|
|
|
area=(54, 202, 60, 220),
|
|
|
|
search=(40, 146, 68, 628),
|
|
|
|
color=(125, 126, 131),
|
|
|
|
button=(54, 202, 60, 220),
|
|
|
|
),
|
|
|
|
Button(
|
|
|
|
file='./assets/share/combat/support/SUPPORT_SELECTED.2.png',
|
|
|
|
area=(53, 547, 59, 565),
|
|
|
|
search=(40, 146, 68, 628),
|
|
|
|
color=(144, 146, 147),
|
|
|
|
button=(53, 547, 59, 565),
|
|
|
|
),
|
|
|
|
Button(
|
|
|
|
file='./assets/share/combat/support/SUPPORT_SELECTED.3.png',
|
|
|
|
area=(54, 432, 61, 450),
|
|
|
|
search=(40, 146, 68, 628),
|
|
|
|
color=(139, 139, 141),
|
|
|
|
button=(54, 432, 61, 450),
|
|
|
|
),
|
|
|
|
Button(
|
|
|
|
file='./assets/share/combat/support/SUPPORT_SELECTED.4.png',
|
|
|
|
area=(52, 417, 59, 435),
|
|
|
|
search=(40, 146, 68, 628),
|
|
|
|
color=(140, 138, 145),
|
|
|
|
button=(52, 417, 59, 435),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
)
|