Upd: [EN] Assignment assets

This commit is contained in:
LmeSzinc 2023-09-16 01:35:21 +08:00
parent b4fb7256b0
commit f0dd63fa86
7 changed files with 28 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -12,7 +12,13 @@ ASSIGNMENT_START = ButtonWrapper(
color=(93, 84, 66),
button=(581, 321, 699, 349),
),
en=None,
en=Button(
file='./assets/en/assignment/dispatch/ASSIGNMENT_START.png',
area=(679, 323, 784, 347),
search=(659, 303, 804, 367),
color=(93, 83, 65),
button=(679, 323, 784, 347),
),
)
ASSIGNMENT_STARTED_CHECK = ButtonWrapper(
name='ASSIGNMENT_STARTED_CHECK',
@ -73,7 +79,13 @@ CHARACTER_LIST = ButtonWrapper(
color=(156, 154, 152),
button=(90, 165, 170, 186),
),
en=None,
en=Button(
file='./assets/en/assignment/dispatch/CHARACTER_LIST.png',
area=(91, 163, 136, 180),
search=(71, 143, 156, 200),
color=(159, 158, 155),
button=(91, 163, 136, 180),
),
)
CONFIRM_ASSIGNMENT = ButtonWrapper(
name='CONFIRM_ASSIGNMENT',
@ -84,7 +96,13 @@ CONFIRM_ASSIGNMENT = ButtonWrapper(
color=(154, 154, 153),
button=(920, 645, 1208, 682),
),
en=None,
en=Button(
file='./assets/en/assignment/dispatch/CONFIRM_ASSIGNMENT.png',
area=(964, 655, 1164, 671),
search=(944, 635, 1184, 691),
color=(161, 160, 160),
button=(928, 645, 1201, 681),
),
)
DURATION_12 = ButtonWrapper(
name='DURATION_12',

View File

@ -22,7 +22,13 @@ DISPATCHED = ButtonWrapper(
color=(99, 93, 85),
button=(1032, 652, 1095, 674),
),
en=None,
en=Button(
file='./assets/en/assignment/ui/DISPATCHED.png',
area=(1011, 655, 1117, 671),
search=(991, 635, 1137, 691),
color=(106, 101, 94),
button=(1011, 655, 1117, 671),
),
)
ENTRY_LOADED = ButtonWrapper(
name='ENTRY_LOADED',