mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
fix: update ui assets and circle for jp
This commit is contained in:
@@ -3,6 +3,17 @@ from module.base.button import Button, ButtonWrapper
|
||||
# This file was auto-generated, do not modify it manually. To generate:
|
||||
# ``` python -m dev_tools.button_extract ```
|
||||
|
||||
CIRCLE = ButtonWrapper(
|
||||
name='CIRCLE',
|
||||
jp=Button(
|
||||
file='./assets/jp/circle/CIRCLE.png',
|
||||
area=(197, 315, 228, 350),
|
||||
search=(177, 295, 248, 370),
|
||||
color=(166, 215, 235),
|
||||
button=(188, 299, 435, 456),
|
||||
),
|
||||
en=None,
|
||||
)
|
||||
GET_REWARD_AP = ButtonWrapper(
|
||||
name='GET_REWARD_AP',
|
||||
jp=Button(
|
||||
|
||||
Reference in New Issue
Block a user