1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Edge detection corner in 10-2 and 10-4 (fixed #1055)

This commit is contained in:
LmeSzinc 2022-06-05 09:44:07 +08:00
parent 6b1a6b051e
commit e229954e4c
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class Config:
'width': (0, 10),
'wlen': 1000,
}
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):

View File

@ -62,6 +62,7 @@ class Config:
'width': (0, 10),
'wlen': 1000,
}
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):