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:
parent
9b17f1948a
commit
fb28fe297a
BIN
assets/jp/stage/list/STAGE_STARS.png
Normal file
BIN
assets/jp/stage/list/STAGE_STARS.png
Normal file
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,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user