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:
parent
6b1a6b051e
commit
e229954e4c
@ -63,6 +63,7 @@ class Config:
|
||||
'width': (0, 10),
|
||||
'wlen': 1000,
|
||||
}
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@ -62,6 +62,7 @@ class Config:
|
||||
'width': (0, 10),
|
||||
'wlen': 1000,
|
||||
}
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user