mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-13 23:08:00 +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_MAATOUCH = (1.044, 1.062)
|
||||
MAP_WALK_USE_CURRENT_FLEET = True
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user