mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:37:41 +08:00
Fix: [TW] Update MAP_ENSURE_EDGE_INSIGHT_CORNER (#1338)
This commit is contained in:
parent
596dccb0ba
commit
7327a62485
@ -78,6 +78,9 @@ class Config:
|
|||||||
# 'width': (0, 7),
|
# 'width': (0, 7),
|
||||||
'wlen': 1000
|
'wlen': 1000
|
||||||
}
|
}
|
||||||
|
HOMO_EDGE_COLOR_RANGE = (0, 9)
|
||||||
|
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
|
|
||||||
|
|
||||||
class Campaign(CampaignBase):
|
class Campaign(CampaignBase):
|
||||||
|
@ -71,6 +71,9 @@ class Config:
|
|||||||
# 'width': (0, 7),
|
# 'width': (0, 7),
|
||||||
'wlen': 1000
|
'wlen': 1000
|
||||||
}
|
}
|
||||||
|
HOMO_EDGE_COLOR_RANGE = (0, 9)
|
||||||
|
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
|
|
||||||
|
|
||||||
class Campaign(CampaignBase):
|
class Campaign(CampaignBase):
|
||||||
|
Loading…
Reference in New Issue
Block a user