1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-13 20:59:20 +08:00

Fix: Caught by siren when passing though portals

This commit is contained in:
LmeSzinc
2022-07-15 22:25:08 +08:00
parent ffed947dd2
commit 84d34701ee
5 changed files with 9 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ class Config:
}
HOMO_EDGE_COLOR_RANGE = (0, 17)
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):

View File

@@ -88,6 +88,7 @@ class Config:
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 40
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.82
MAP_SWIPE_MULTIPLY = 1.88
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):

View File

@@ -70,6 +70,7 @@ class Config:
}
HOMO_EDGE_COLOR_RANGE = (0, 17)
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):