mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: take picture method
This commit is contained in:
parent
880b254d89
commit
77c0e5044c
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.4 KiB |
@ -17,10 +17,10 @@ CAMERA_CHECK = ButtonWrapper(
|
||||
name='CAMERA_CHECK',
|
||||
share=Button(
|
||||
file='./assets/share/base/page/CAMERA_CHECK.png',
|
||||
area=(1120, 346, 1160, 375),
|
||||
search=(1100, 326, 1180, 395),
|
||||
color=(215, 215, 215),
|
||||
button=(1120, 346, 1160, 375),
|
||||
area=(1120, 344, 1160, 375),
|
||||
search=(1100, 324, 1180, 395),
|
||||
color=(172, 173, 172),
|
||||
button=(1120, 344, 1160, 375),
|
||||
),
|
||||
)
|
||||
CHARACTER_CHECK = ButtonWrapper(
|
||||
|
@ -17,9 +17,9 @@ TAKE_PICTURE = ButtonWrapper(
|
||||
name='TAKE_PICTURE',
|
||||
share=Button(
|
||||
file='./assets/share/daily/TAKE_PICTURE.png',
|
||||
area=(1120, 346, 1160, 375),
|
||||
search=(1100, 326, 1180, 395),
|
||||
color=(215, 215, 215),
|
||||
button=(1120, 346, 1160, 375),
|
||||
area=(1120, 344, 1160, 375),
|
||||
search=(1100, 324, 1180, 395),
|
||||
color=(172, 173, 172),
|
||||
button=(1120, 344, 1160, 375),
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user