Upd: [EN] assets of daily and item

This commit is contained in:
LmeSzinc 2023-09-17 05:26:55 +08:00
parent e426102148
commit 488f6c814d
7 changed files with 28 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -12,7 +12,13 @@ PICTURE_TAKEN = ButtonWrapper(
color=(153, 153, 155), color=(153, 153, 155),
button=(1030, 620, 1069, 639), button=(1030, 620, 1069, 639),
), ),
en=None, en=Button(
file='./assets/en/daily/camera/PICTURE_TAKEN.png',
area=(1027, 622, 1072, 638),
search=(1007, 602, 1092, 658),
color=(160, 161, 162),
button=(1027, 622, 1072, 638),
),
) )
TAKE_PICTURE = ButtonWrapper( TAKE_PICTURE = ButtonWrapper(
name='TAKE_PICTURE', name='TAKE_PICTURE',

View File

@ -72,7 +72,13 @@ RECIPE_UNLOCK = ButtonWrapper(
color=(167, 167, 167), color=(167, 167, 167),
button=(836, 647, 913, 668), button=(836, 647, 913, 668),
), ),
en=None, en=Button(
file='./assets/en/daily/synthesize_consumable/RECIPE_UNLOCK.png',
area=(803, 646, 944, 671),
search=(783, 626, 964, 691),
color=(197, 198, 200),
button=(803, 646, 944, 671),
),
) )
SIMPLE_PROTECTIVE_GEAR = ButtonWrapper( SIMPLE_PROTECTIVE_GEAR = ButtonWrapper(
name='SIMPLE_PROTECTIVE_GEAR', name='SIMPLE_PROTECTIVE_GEAR',
@ -103,7 +109,13 @@ SYNTHESIZE_CONFIRM = ButtonWrapper(
color=(189, 190, 190), color=(189, 190, 190),
button=(847, 645, 895, 672), button=(847, 645, 895, 672),
), ),
en=None, en=Button(
file='./assets/en/daily/synthesize_consumable/SYNTHESIZE_CONFIRM.png',
area=(812, 645, 927, 673),
search=(792, 625, 947, 693),
color=(195, 196, 197),
button=(812, 645, 927, 673),
),
) )
SYNTHESIZE_CONSUMABLES_CHECK = ButtonWrapper( SYNTHESIZE_CONSUMABLES_CHECK = ButtonWrapper(
name='SYNTHESIZE_CONSUMABLES_CHECK', name='SYNTHESIZE_CONSUMABLES_CHECK',

View File

@ -42,5 +42,11 @@ USE_CONSUMABLE = ButtonWrapper(
color=(158, 158, 159), color=(158, 158, 159),
button=(1042, 647, 1084, 669), button=(1042, 647, 1084, 669),
), ),
en=None, en=Button(
file='./assets/en/item/consumable_usage/USE_CONSUMABLE.png',
area=(1037, 643, 1091, 672),
search=(1017, 623, 1111, 692),
color=(206, 207, 208),
button=(1037, 643, 1091, 672),
),
) )