mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Upd: [EN] Battle pass assets
This commit is contained in:
parent
2854a9eea8
commit
c44b5c70d6
BIN
assets/en/battle_pass/REWARDS_CLAIM_ALL.png
Normal file
BIN
assets/en/battle_pass/REWARDS_CLAIM_ALL.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
@ -122,7 +122,13 @@ REWARDS_CLAIM_ALL = ButtonWrapper(
|
||||
color=(172, 136, 69),
|
||||
button=(827, 665, 907, 684),
|
||||
),
|
||||
en=None,
|
||||
en=Button(
|
||||
file='./assets/en/battle_pass/REWARDS_CLAIM_ALL.png',
|
||||
area=(822, 666, 910, 682),
|
||||
search=(802, 646, 930, 702),
|
||||
color=(178, 140, 66),
|
||||
button=(822, 666, 910, 682),
|
||||
),
|
||||
)
|
||||
REWARDS_CLICK = ButtonWrapper(
|
||||
name='REWARDS_CLICK',
|
||||
|
@ -232,6 +232,7 @@ class BattlePassUI(UI):
|
||||
self.device.screenshot()
|
||||
self.claim_battle_pass_rewards()
|
||||
"""
|
||||
logger.hr('Quest recognise', level=1)
|
||||
with self.config.multi_set():
|
||||
previous_level = self._get_battle_pass_level()
|
||||
self.config.stored.BattlePassLevel.set(previous_level)
|
||||
|
Loading…
Reference in New Issue
Block a user