1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00

feat(stage): add sweepable button

This commit is contained in:
YoursFunny 2023-11-16 20:32:54 +08:00
parent 9b17f1948a
commit fb28fe297a
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -47,3 +47,14 @@ STAGE_LIST = ButtonWrapper(
),
en=None,
)
STAGE_STARS = ButtonWrapper(
name='STAGE_STARS',
jp=Button(
file='./assets/jp/stage/list/STAGE_STARS.png',
area=(693, 192, 746, 212),
search=(673, 172, 766, 232),
color=(225, 214, 166),
button=(693, 192, 746, 212),
),
en=None,
)