mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 23:51:30 +08:00
Upd: [CN] Add TEMPLATE_STAGE_CLEAR_SMALL to handle bugged game client
This commit is contained in:
@@ -188,6 +188,12 @@ class CampaignOcr(ModuleBase):
|
||||
image, self._stage_image_gray,
|
||||
name_offset=(75, 9), name_size=(60, 16)
|
||||
)
|
||||
# 2024.04.11 Game client bugged with random broken assets around TEMPLATE_STAGE_CLEAR
|
||||
digits += self.campaign_match_multi(
|
||||
TEMPLATE_STAGE_CLEAR_SMALL,
|
||||
image, self._stage_image_gray,
|
||||
name_offset=(53, 2), name_size=(60, 16)
|
||||
)
|
||||
digits += self.campaign_match_multi(
|
||||
TEMPLATE_STAGE_PERCENT,
|
||||
image, self._stage_image_gray,
|
||||
|
||||
Reference in New Issue
Block a user