mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
feat(stage): add sweepable button
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user