mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
68 lines
1.8 KiB
Python
68 lines
1.8 KiB
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/login/LOGIN_CONFIRM.png',
|
|
area=(34, 622, 93, 654),
|
|
search=(14, 602, 113, 674),
|
|
color=(216, 220, 225),
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/login/LOGIN_LOADING.png',
|
|
area=(34, 682, 60, 707),
|
|
search=(14, 662, 80, 720),
|
|
color=(8, 66, 96),
|
|
button=(34, 682, 60, 707),
|
|
),
|
|
)
|
|
SURVEY = ButtonWrapper(
|
|
name='SURVEY',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/login/SURVEY.png',
|
|
area=(946, 269, 994, 307),
|
|
search=(926, 249, 1014, 327),
|
|
color=(211, 223, 166),
|
|
button=(1199, 6, 1264, 75),
|
|
),
|
|
)
|
|
UPDATE = ButtonWrapper(
|
|
name='UPDATE',
|
|
jp=Button(
|
|
file='./assets/jp/login/UPDATE.png',
|
|
area=(526, 87, 756, 117),
|
|
search=(506, 67, 776, 137),
|
|
color=(183, 192, 201),
|
|
button=(666, 527, 872, 595),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/login/UPDATE.png',
|
|
area=(446, 258, 686, 301),
|
|
search=(426, 238, 706, 321),
|
|
color=(216, 216, 216),
|
|
button=(665, 472, 872, 531),
|
|
),
|
|
)
|