Upd: [EN] Combat assets

This commit is contained in:
LmeSzinc 2023-09-17 05:18:57 +08:00
parent d0cba894e0
commit e426102148
11 changed files with 28 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -12,7 +12,13 @@ COMBAT_AGAIN = ButtonWrapper(
color=(162, 162, 162),
button=(709, 592, 979, 628),
),
en=None,
en=Button(
file='./assets/en/combat/finish/COMBAT_AGAIN.png',
area=(809, 602, 902, 618),
search=(789, 582, 922, 638),
color=(159, 159, 159),
button=(709, 591, 981, 628),
),
)
COMBAT_EXIT = ButtonWrapper(
name='COMBAT_EXIT',
@ -23,5 +29,11 @@ COMBAT_EXIT = ButtonWrapper(
color=(156, 156, 156),
button=(301, 593, 570, 628),
),
en=None,
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),
),
)

View File

@ -12,7 +12,13 @@ COMBAT_PREPARE = ButtonWrapper(
color=(141, 140, 141),
button=(956, 640, 1224, 676),
),
en=None,
en=Button(
file='./assets/en/combat/prepare/COMBAT_PREPARE.png',
area=(1043, 650, 1137, 666),
search=(1023, 630, 1157, 686),
color=(153, 154, 155),
button=(956, 640, 1225, 676),
),
)
OCR_TRAILBLAZE_POWER = ButtonWrapper(
name='OCR_TRAILBLAZE_POWER',

View File

@ -22,7 +22,13 @@ COMBAT_TEAM_PREPARE = ButtonWrapper(
color=(159, 159, 159),
button=(958, 641, 1193, 676),
),
en=None,
en=Button(
file='./assets/en/combat/team/COMBAT_TEAM_PREPARE.png',
area=(1000, 650, 1104, 666),
search=(980, 630, 1124, 686),
color=(169, 169, 170),
button=(959, 640, 1193, 676),
),
)
COMBAT_TEAM_SUPPORT = ButtonWrapper(
name='COMBAT_TEAM_SUPPORT',