mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Opt: Handle big sirens in A3C3
This commit is contained in:
parent
72197cc822
commit
a9772c5250
@ -61,6 +61,7 @@ class Config(ConfigBase):
|
||||
MAP_SWIPE_MULTIPLY = (1.112, 1.132)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
|
||||
MAP_WALK_USE_CURRENT_FLEET = True
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
@ -62,6 +62,7 @@ class Config(ConfigBase):
|
||||
MAP_SWIPE_MULTIPLY = (1.112, 1.132)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.075, 1.095)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.044, 1.062)
|
||||
MAP_WALK_USE_CURRENT_FLEET = True
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
Loading…
Reference in New Issue
Block a user