mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
Upload code
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from module.base.button import Button, ButtonWrapper
|
||||
|
||||
# This file was auto-generated, do not modify it manually. To generate:
|
||||
# ``` python -m dev_tools.button_extract ```
|
||||
|
||||
GET_REWARD_AP = ButtonWrapper(
|
||||
name='GET_REWARD_AP',
|
||||
jp=Button(
|
||||
file='./assets/jp/circle/GET_REWARD_AP.png',
|
||||
area=(540, 148, 623, 175),
|
||||
search=(520, 128, 643, 195),
|
||||
color=(198, 206, 213),
|
||||
button=(543, 457, 735, 524),
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user