diff --git a/assets/en/cafe/CAFE_INVITE.png b/assets/en/cafe/CAFE_INVITE.png new file mode 100644 index 0000000..95ae99c Binary files /dev/null and b/assets/en/cafe/CAFE_INVITE.png differ diff --git a/assets/en/cafe/CAFE_INVITED.png b/assets/en/cafe/CAFE_INVITED.png new file mode 100644 index 0000000..2a90265 Binary files /dev/null and b/assets/en/cafe/CAFE_INVITED.png differ diff --git a/assets/en/cafe/CHECK_MOMOTALK.png b/assets/en/cafe/CHECK_MOMOTALK.png new file mode 100644 index 0000000..9c047b8 Binary files /dev/null and b/assets/en/cafe/CHECK_MOMOTALK.png differ diff --git a/assets/en/cafe/INVITE_CONFIRM.BUTTON.png b/assets/en/cafe/INVITE_CONFIRM.BUTTON.png new file mode 100644 index 0000000..aa16eb0 Binary files /dev/null and b/assets/en/cafe/INVITE_CONFIRM.BUTTON.png differ diff --git a/assets/en/cafe/INVITE_CONFIRM.png b/assets/en/cafe/INVITE_CONFIRM.png new file mode 100644 index 0000000..9d62c68 Binary files /dev/null and b/assets/en/cafe/INVITE_CONFIRM.png differ diff --git a/assets/en/cafe/INVITE_IN_SECOND.png b/assets/en/cafe/INVITE_IN_SECOND.png new file mode 100644 index 0000000..3a786ae Binary files /dev/null and b/assets/en/cafe/INVITE_IN_SECOND.png differ diff --git a/assets/en/cafe/INVITE_IN_SECOND_CLOSE.png b/assets/en/cafe/INVITE_IN_SECOND_CLOSE.png new file mode 100644 index 0000000..0bb17d2 Binary files /dev/null and b/assets/en/cafe/INVITE_IN_SECOND_CLOSE.png differ diff --git a/assets/en/cafe/INVITE_SUBSTITUTE.BUTTON.png b/assets/en/cafe/INVITE_SUBSTITUTE.BUTTON.png new file mode 100644 index 0000000..1093aaa Binary files /dev/null and b/assets/en/cafe/INVITE_SUBSTITUTE.BUTTON.png differ diff --git a/assets/en/cafe/INVITE_SUBSTITUTE.png b/assets/en/cafe/INVITE_SUBSTITUTE.png new file mode 100644 index 0000000..73ed16b Binary files /dev/null and b/assets/en/cafe/INVITE_SUBSTITUTE.png differ diff --git a/assets/en/cafe/INVITE_SUBSTITUTE_CLOSE.png b/assets/en/cafe/INVITE_SUBSTITUTE_CLOSE.png new file mode 100644 index 0000000..61a3704 Binary files /dev/null and b/assets/en/cafe/INVITE_SUBSTITUTE_CLOSE.png differ diff --git a/assets/en/cafe/MOMOTALK_INVITE.png b/assets/en/cafe/MOMOTALK_INVITE.png new file mode 100644 index 0000000..81e843e Binary files /dev/null and b/assets/en/cafe/MOMOTALK_INVITE.png differ diff --git a/assets/en/cafe/MOMOTALK_ITEM.png b/assets/en/cafe/MOMOTALK_ITEM.png new file mode 100644 index 0000000..4d487cf Binary files /dev/null and b/assets/en/cafe/MOMOTALK_ITEM.png differ diff --git a/assets/en/cafe/OCR_NAME.png b/assets/en/cafe/OCR_NAME.png new file mode 100644 index 0000000..b4e7f9f Binary files /dev/null and b/assets/en/cafe/OCR_NAME.png differ diff --git a/tasks/cafe/assets/assets_cafe.py b/tasks/cafe/assets/assets_cafe.py index 80e9b35..f058f38 100644 --- a/tasks/cafe/assets/assets_cafe.py +++ b/tasks/cafe/assets/assets_cafe.py @@ -49,7 +49,13 @@ CAFE_INVITE = ButtonWrapper( color=(173, 182, 192), button=(816, 635, 845, 655), ), - en=None, + en=Button( + file='./assets/en/cafe/CAFE_INVITE.png', + area=(816, 635, 845, 655), + search=(796, 615, 865, 675), + color=(173, 182, 192), + button=(816, 635, 845, 655), + ), ) CAFE_INVITED = ButtonWrapper( name='CAFE_INVITED', @@ -60,7 +66,13 @@ CAFE_INVITED = ButtonWrapper( color=(144, 144, 146), button=(815, 633, 847, 657), ), - en=None, + en=Button( + file='./assets/en/cafe/CAFE_INVITED.png', + area=(815, 633, 847, 657), + search=(795, 613, 867, 677), + color=(144, 144, 146), + button=(815, 633, 847, 657), + ), ) CAFE_SECOND = ButtonWrapper( name='CAFE_SECOND', @@ -122,7 +134,13 @@ CHECK_MOMOTALK = ButtonWrapper( color=(253, 203, 212), button=(421, 83, 447, 108), ), - en=None, + en=Button( + file='./assets/en/cafe/CHECK_MOMOTALK.png', + area=(421, 83, 447, 108), + search=(401, 63, 467, 128), + color=(253, 203, 212), + button=(421, 83, 447, 108), + ), ) CHECK_REWARD = ButtonWrapper( name='CHECK_REWARD', @@ -228,7 +246,13 @@ INVITE_CONFIRM = ButtonWrapper( color=(152, 164, 177), button=(665, 471, 870, 533), ), - en=None, + en=Button( + file='./assets/en/cafe/INVITE_CONFIRM.png', + area=(592, 149, 689, 176), + search=(572, 129, 709, 196), + color=(169, 179, 191), + button=(664, 470, 872, 534), + ), ) INVITE_IN_SECOND = ButtonWrapper( name='INVITE_IN_SECOND', @@ -239,7 +263,13 @@ INVITE_IN_SECOND = ButtonWrapper( color=(166, 177, 188), button=(482, 147, 799, 177), ), - en=None, + en=Button( + file='./assets/en/cafe/INVITE_IN_SECOND.png', + area=(482, 147, 799, 177), + search=(462, 127, 819, 197), + color=(166, 177, 188), + button=(482, 147, 799, 177), + ), ) INVITE_IN_SECOND_CLOSE = ButtonWrapper( name='INVITE_IN_SECOND_CLOSE', @@ -250,7 +280,13 @@ INVITE_IN_SECOND_CLOSE = ButtonWrapper( color=(180, 189, 198), button=(874, 150, 900, 176), ), - en=None, + en=Button( + file='./assets/en/cafe/INVITE_IN_SECOND_CLOSE.png', + area=(874, 150, 900, 176), + search=(854, 130, 920, 196), + color=(180, 189, 198), + button=(874, 150, 900, 176), + ), ) INVITE_SUBSTITUTE = ButtonWrapper( name='INVITE_SUBSTITUTE', @@ -261,7 +297,13 @@ INVITE_SUBSTITUTE = ButtonWrapper( color=(154, 166, 179), button=(673, 478, 858, 541), ), - en=None, + en=Button( + file='./assets/en/cafe/INVITE_SUBSTITUTE.png', + area=(506, 157, 775, 186), + search=(486, 137, 795, 206), + color=(176, 186, 196), + button=(673, 477, 857, 542), + ), ) INVITE_SUBSTITUTE_CLOSE = ButtonWrapper( name='INVITE_SUBSTITUTE_CLOSE', @@ -272,7 +314,13 @@ INVITE_SUBSTITUTE_CLOSE = ButtonWrapper( color=(180, 189, 199), button=(867, 158, 893, 184), ), - en=None, + en=Button( + file='./assets/en/cafe/INVITE_SUBSTITUTE_CLOSE.png', + area=(867, 158, 893, 184), + search=(847, 138, 913, 204), + color=(180, 189, 199), + button=(867, 158, 893, 184), + ), ) MOMOTALK_CLOSE = ButtonWrapper( name='MOMOTALK_CLOSE', @@ -300,7 +348,13 @@ MOMOTALK_INVITE = ButtonWrapper( color=(90, 163, 195), button=(764, 211, 809, 234), ), - en=None, + en=Button( + file='./assets/en/cafe/MOMOTALK_INVITE.png', + area=(755, 210, 817, 233), + search=(735, 190, 837, 253), + color=(98, 179, 211), + button=(755, 210, 817, 233), + ), ) MOMOTALK_ITEM = ButtonWrapper( name='MOMOTALK_ITEM', @@ -311,7 +365,13 @@ MOMOTALK_ITEM = ButtonWrapper( color=(203, 230, 240), button=(489, 193, 864, 259), ), - en=None, + en=Button( + file='./assets/en/cafe/MOMOTALK_ITEM.png', + area=(489, 193, 864, 259), + search=(469, 173, 884, 279), + color=(203, 230, 240), + button=(489, 193, 864, 259), + ), ) OCR_CAFE = ButtonWrapper( name='OCR_CAFE', @@ -339,7 +399,13 @@ OCR_NAME = ButtonWrapper( color=(237, 239, 241), button=(488, 194, 704, 588), ), - en=None, + en=Button( + file='./assets/en/cafe/OCR_NAME.png', + area=(488, 194, 704, 588), + search=(468, 174, 724, 608), + color=(237, 239, 241), + button=(488, 194, 704, 588), + ), ) STUDENT_LIST = ButtonWrapper( name='STUDENT_LIST',