2023-06-16 17:15:08 +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_AGAIN = ButtonWrapper(
|
|
|
|
name='COMBAT_AGAIN',
|
|
|
|
cn=Button(
|
|
|
|
file='./assets/cn/combat/finish/COMBAT_AGAIN.png',
|
|
|
|
area=(846, 601, 924, 619),
|
2023-09-26 19:14:12 +00:00
|
|
|
search=(709, 592, 979, 628),
|
2023-06-16 17:15:08 +00:00
|
|
|
color=(162, 162, 162),
|
|
|
|
button=(709, 592, 979, 628),
|
|
|
|
),
|
2023-09-16 21:18:57 +00:00
|
|
|
en=Button(
|
|
|
|
file='./assets/en/combat/finish/COMBAT_AGAIN.png',
|
|
|
|
area=(809, 602, 902, 618),
|
2023-09-26 19:14:12 +00:00
|
|
|
search=(709, 591, 981, 628),
|
2023-09-16 21:18:57 +00:00
|
|
|
color=(159, 159, 159),
|
|
|
|
button=(709, 591, 981, 628),
|
|
|
|
),
|
2023-06-16 17:15:08 +00:00
|
|
|
)
|
|
|
|
COMBAT_EXIT = ButtonWrapper(
|
|
|
|
name='COMBAT_EXIT',
|
|
|
|
cn=Button(
|
|
|
|
file='./assets/cn/combat/finish/COMBAT_EXIT.png',
|
|
|
|
area=(396, 601, 475, 619),
|
|
|
|
search=(376, 581, 495, 639),
|
|
|
|
color=(156, 156, 156),
|
|
|
|
button=(301, 593, 570, 628),
|
|
|
|
),
|
2023-09-16 21:18:57 +00:00
|
|
|
en=Button(
|
|
|
|
file='./assets/en/combat/finish/COMBAT_EXIT.png',
|
|
|
|
area=(419, 602, 453, 618),
|
|
|
|
search=(399, 582, 473, 638),
|
|
|
|
color=(149, 149, 149),
|
|
|
|
button=(301, 592, 572, 628),
|
|
|
|
),
|
2023-06-16 17:15:08 +00:00
|
|
|
)
|