mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 21:25:57 +08:00
Fix: Check bottom-right corner as boss covered the left edge
This commit is contained in:
@@ -62,6 +62,7 @@ class Config(ConfigBase):
|
|||||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
|
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
|
||||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
|
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
|
||||||
MAP_WALK_USE_CURRENT_FLEET = True
|
MAP_WALK_USE_CURRENT_FLEET = True
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
|
||||||
|
|
||||||
|
|
||||||
class Campaign(CampaignBase):
|
class Campaign(CampaignBase):
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ class Config(ConfigBase):
|
|||||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
|
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
|
||||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
|
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
|
||||||
MAP_WALK_USE_CURRENT_FLEET = True
|
MAP_WALK_USE_CURRENT_FLEET = True
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
|
||||||
|
|
||||||
|
|
||||||
class Campaign(CampaignBase):
|
class Campaign(CampaignBase):
|
||||||
|
|||||||
Reference in New Issue
Block a user