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 ```
|
||||
|
||||
SCROLL = ButtonWrapper(
|
||||
name='SCROLL',
|
||||
jp=Button(
|
||||
file='./assets/jp/schedule/SCROLL.png',
|
||||
area=(742, 136, 1101, 671),
|
||||
search=(722, 116, 1121, 691),
|
||||
color=(198, 214, 210),
|
||||
button=(742, 136, 1101, 671),
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user