1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

fix: login

This commit is contained in:
RedDeadDepresso
2024-01-10 21:06:14 +00:00
committed by YoursFunny
parent 7e1070e740
commit a8caafb292
5 changed files with 31 additions and 10 deletions
+12
View File
@@ -261,3 +261,15 @@ NETWORK_RECONNECT_OK = ButtonWrapper(
button=(540, 471, 744, 530),
),
)
QUIT = ButtonWrapper(
name='QUIT',
jp=None,
en=Button(
file='./assets/en/base/popup/QUIT.png',
area=(587, 309, 688, 357),
search=(567, 289, 708, 377),
color=(225, 225, 225),
button=(410, 473, 623, 532),
),
zht=None,
)