mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Upd: ASSIGNMENT_CHECK
This commit is contained in:
parent
7d9ae07e5e
commit
816c787ed0
BIN
assets/cn/base/page/ASSIGNMENT_CHECK.png
Normal file
BIN
assets/cn/base/page/ASSIGNMENT_CHECK.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
assets/en/base/page/ASSIGNMENT_CHECK.png
Normal file
BIN
assets/en/base/page/ASSIGNMENT_CHECK.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB |
@ -5,12 +5,19 @@ from module.base.button import Button, ButtonWrapper
|
||||
|
||||
ASSIGNMENT_CHECK = ButtonWrapper(
|
||||
name='ASSIGNMENT_CHECK',
|
||||
share=Button(
|
||||
file='./assets/share/base/page/ASSIGNMENT_CHECK.png',
|
||||
area=(45, 21, 70, 53),
|
||||
search=(25, 1, 90, 73),
|
||||
color=(162, 145, 112),
|
||||
button=(45, 21, 70, 53),
|
||||
cn=Button(
|
||||
file='./assets/cn/base/page/ASSIGNMENT_CHECK.png',
|
||||
area=(535, 165, 587, 181),
|
||||
search=(515, 145, 607, 201),
|
||||
color=(207, 199, 181),
|
||||
button=(535, 165, 587, 181),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/page/ASSIGNMENT_CHECK.png',
|
||||
area=(535, 165, 581, 180),
|
||||
search=(515, 145, 601, 200),
|
||||
color=(204, 195, 176),
|
||||
button=(535, 165, 581, 180),
|
||||
),
|
||||
)
|
||||
BACK = ButtonWrapper(
|
||||
|
Loading…
Reference in New Issue
Block a user