1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 02:53:44 +08:00

Fix: Check bottom-right corner as boss covered the left edge

This commit is contained in:
LmeSzinc
2023-12-23 23:32:37 +08:00
parent a9772c5250
commit 49b40ff648
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class Config(ConfigBase):
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
MAP_WALK_USE_CURRENT_FLEET = True
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
class Campaign(CampaignBase):

View File

@@ -63,6 +63,7 @@ class Config(ConfigBase):
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
MAP_WALK_USE_CURRENT_FLEET = True
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
class Campaign(CampaignBase):