mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 03:08:15 +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),
|
'width': (0, 10),
|
||||||
'wlen': 1000,
|
'wlen': 1000,
|
||||||
}
|
}
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
|
|
||||||
|
|
||||||
class Campaign(CampaignBase):
|
class Campaign(CampaignBase):
|
||||||
|
|||||||
@ -62,6 +62,7 @@ class Config:
|
|||||||
'width': (0, 10),
|
'width': (0, 10),
|
||||||
'wlen': 1000,
|
'wlen': 1000,
|
||||||
}
|
}
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
|
|
||||||
|
|
||||||
class Campaign(CampaignBase):
|
class Campaign(CampaignBase):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user