mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
23 lines
643 B
Python
23 lines
643 B
Python
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/schedule/SCROLL.png',
|
|
area=(727, 137, 1103, 671),
|
|
search=(707, 117, 1123, 691),
|
|
color=(198, 214, 210),
|
|
button=(727, 137, 1103, 671),
|
|
),
|
|
)
|