mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-28 17:24:52 +00:00
Upload code
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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),
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user