mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 13:25:13 +00:00
Compare commits
No commits in common. "cae02d62ec11ed4ec2816e583f7faf1b700fa565" and "6cd0ded0c97c54f95aad83526c084171fef4521f" have entirely different histories.
cae02d62ec
...
6cd0ded0c9
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
@ -5,13 +5,6 @@ from module.base.button import Button, ButtonWrapper
|
||||
|
||||
OCR_AP = ButtonWrapper(
|
||||
name='OCR_AP',
|
||||
jp=Button(
|
||||
file='./assets/jp/item/data/OCR_AP.png',
|
||||
area=(535, 13, 660, 36),
|
||||
search=(515, 0, 680, 56),
|
||||
color=(207, 215, 220),
|
||||
button=(535, 13, 660, 36),
|
||||
),
|
||||
share=Button(
|
||||
file='./assets/share/item/data/OCR_AP.png',
|
||||
area=(560, 11, 667, 37),
|
||||
@ -22,13 +15,6 @@ OCR_AP = ButtonWrapper(
|
||||
)
|
||||
OCR_DATA = ButtonWrapper(
|
||||
name='OCR_DATA',
|
||||
jp=Button(
|
||||
file='./assets/jp/item/data/OCR_DATA.png',
|
||||
area=(745, 11, 1069, 39),
|
||||
search=(725, 0, 1089, 59),
|
||||
color=(216, 223, 227),
|
||||
button=(745, 11, 1069, 39),
|
||||
),
|
||||
share=Button(
|
||||
file='./assets/share/item/data/OCR_DATA.png',
|
||||
area=(768, 12, 1072, 37),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user