Compare commits
2 Commits
88e8a98b76
...
6dac8a1de2
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dac8a1de2 | |||
| b1aeb64768 |
BIN
assets/en/cafe/CAFE_INVITE.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/en/cafe/CAFE_INVITED.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/en/cafe/CHECK_MOMOTALK.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/en/cafe/INVITE_CONFIRM.BUTTON.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
assets/en/cafe/INVITE_CONFIRM.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
assets/en/cafe/INVITE_IN_SECOND.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/en/cafe/INVITE_IN_SECOND_CLOSE.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/en/cafe/INVITE_SUBSTITUTE.BUTTON.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/en/cafe/INVITE_SUBSTITUTE.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/en/cafe/INVITE_SUBSTITUTE_CLOSE.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/en/cafe/MOMOTALK_INVITE.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
assets/en/cafe/MOMOTALK_ITEM.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/en/cafe/OCR_NAME.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
@ -250,7 +250,7 @@
|
||||
},
|
||||
"Substitute": {
|
||||
"name": "Replace existing student",
|
||||
"help": "!TO BE CHANGED!Whether to replace the existing student with another costume.\nIf not, try to match the next student"
|
||||
"help": "Whether to replace the existing student with their alt.\nIf not, try to match the next student"
|
||||
}
|
||||
},
|
||||
"Bounty": {
|
||||
|
||||
@ -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',
|
||||
|
||||