mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +00:00
* feat: tasks Added module tasks for EN * refactor: gui added tree view Farm and Reward. * feat: shop * feat: momotalk --------- Co-authored-by: YoursFunny <admin@yoursfunny.top>
28 lines
713 B
Python
28 lines
713 B
Python
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 ```
|
|
|
|
CLAIM = ButtonWrapper(
|
|
name='CLAIM',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/task/CLAIM.png',
|
|
area=(935, 639, 1015, 698),
|
|
search=(915, 619, 1035, 718),
|
|
color=(234, 214, 69),
|
|
button=(935, 639, 1015, 698),
|
|
),
|
|
)
|
|
CLAIM_ALL = ButtonWrapper(
|
|
name='CLAIM_ALL',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/task/CLAIM_ALL.png',
|
|
area=(1054, 642, 1243, 700),
|
|
search=(1034, 622, 1263, 720),
|
|
color=(236, 219, 67),
|
|
button=(1054, 642, 1243, 700),
|
|
),
|
|
)
|