2023-06-18 14:15:37 +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 ```
|
|
|
|
|
|
|
|
DUNGEON_COMBAT_INTERACT = ButtonWrapper(
|
|
|
|
name='DUNGEON_COMBAT_INTERACT',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/interact/DUNGEON_COMBAT_INTERACT.png',
|
2023-08-30 11:24:15 +00:00
|
|
|
area=(753, 419, 781, 441),
|
|
|
|
search=(733, 399, 801, 461),
|
|
|
|
color=(199, 197, 198),
|
|
|
|
button=(750, 411, 997, 448),
|
2023-06-18 14:15:37 +00:00
|
|
|
),
|
|
|
|
)
|
2023-10-02 18:25:22 +00:00
|
|
|
MAP_LOADING = ButtonWrapper(
|
|
|
|
name='MAP_LOADING',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/combat/interact/MAP_LOADING.png',
|
|
|
|
area=(644, 367, 662, 389),
|
|
|
|
search=(639, 347, 667, 394),
|
|
|
|
color=(159, 141, 149),
|
|
|
|
button=(644, 367, 662, 389),
|
|
|
|
),
|
|
|
|
)
|