mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 15:35:12 +00:00
feat: add bounty assets
This commit is contained in:
parent
8ea95dc340
commit
5fb2810bdc
4
aas.py
4
aas.py
@ -34,6 +34,10 @@ class ArisuAutoSweeper(AzurLaneAutoScript):
|
||||
from tasks.mail.mail import Mail
|
||||
Mail(config=self.config, device=self.device).run()
|
||||
|
||||
def bounty(self):
|
||||
from tasks.bounty.bounty import Bounty
|
||||
Bounty(config=self.config, device=self.device).run()
|
||||
|
||||
def tactical_challenge(self):
|
||||
from tasks.tactical_challenge.tactical_challenge import TacticalChallenge
|
||||
TacticalChallenge(config=self.config, device=self.device).run()
|
||||
|
||||
BIN
assets/jp/bounty/CHECK_BOUNTY.png
Normal file
BIN
assets/jp/bounty/CHECK_BOUNTY.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/jp/bounty/OCR_TICKET.png
Normal file
BIN
assets/jp/bounty/OCR_TICKET.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
@ -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 ```
|
||||
|
||||
CHECK_BOUNTY = ButtonWrapper(
|
||||
name='CHECK_BOUNTY',
|
||||
jp=Button(
|
||||
file='./assets/jp/bounty/CHECK_BOUNTY.png',
|
||||
area=(654, 87, 889, 129),
|
||||
search=(634, 67, 909, 149),
|
||||
color=(88, 113, 139),
|
||||
button=(654, 87, 889, 129),
|
||||
),
|
||||
en=None,
|
||||
)
|
||||
CHECK_DESERT_RAILROAD = ButtonWrapper(
|
||||
name='CHECK_DESERT_RAILROAD',
|
||||
jp=Button(
|
||||
@ -36,6 +47,17 @@ CHECK_SCHOOLHOUSE = ButtonWrapper(
|
||||
),
|
||||
en=None,
|
||||
)
|
||||
OCR_TICKET = ButtonWrapper(
|
||||
name='OCR_TICKET',
|
||||
jp=Button(
|
||||
file='./assets/jp/bounty/OCR_TICKET.png',
|
||||
area=(195, 85, 237, 113),
|
||||
search=(175, 65, 257, 133),
|
||||
color=(197, 206, 213),
|
||||
button=(195, 85, 237, 113),
|
||||
),
|
||||
en=None,
|
||||
)
|
||||
SELECT_DESERT_RAILROAD = ButtonWrapper(
|
||||
name='SELECT_DESERT_RAILROAD',
|
||||
jp=Button(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user