1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-28 19:34:56 +00:00

Upload code

This commit is contained in:
2023-11-01 15:33:35 +08:00
commit 6860f2eb72
415 changed files with 50990 additions and 0 deletions
+25
View File
@@ -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),
),
)