mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:07:36 +08:00
Fix: Check bottom-right corner as boss covered the left edge
This commit is contained in:
parent
a9772c5250
commit
49b40ff648
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user