mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
26 lines
706 B
Python
26 lines
706 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 ```
|
|
|
|
LOGIN_CONFIRM = ButtonWrapper(
|
|
name='LOGIN_CONFIRM',
|
|
jp=Button(
|
|
file='./assets/jp/login/LOGIN_CONFIRM.png',
|
|
area=(36, 621, 98, 654),
|
|
search=(16, 601, 118, 674),
|
|
color=(211, 215, 220),
|
|
button=(990, 354, 1232, 506),
|
|
),
|
|
)
|
|
LOGIN_LOADING = ButtonWrapper(
|
|
name='LOGIN_LOADING',
|
|
jp=Button(
|
|
file='./assets/jp/login/LOGIN_LOADING.png',
|
|
area=(34, 682, 60, 707),
|
|
search=(14, 662, 80, 720),
|
|
color=(8, 66, 96),
|
|
button=(34, 682, 60, 707),
|
|
),
|
|
)
|