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

feat(stage): add sweepable button

This commit is contained in:
2023-11-16 20:32:54 +08:00
parent 9b17f1948a
commit fb28fe297a
2 changed files with 11 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

+11
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,
)