Add: Combat finish assets

This commit is contained in:
LmeSzinc 2023-06-17 01:15:08 +08:00
parent 8080250a49
commit d7bc6d82f6
5 changed files with 25 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -0,0 +1,25 @@
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),
search=(826, 581, 944, 639),
color=(162, 162, 162),
button=(709, 592, 979, 628),
),
)
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),
),
)