1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 13:59:02 +08:00

Fix: Faster passing D7 D8

This commit is contained in:
LmeSzinc 2025-08-16 00:25:14 +08:00
parent cf56488e5f
commit 3339116885
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class Config(ConfigBase):
MAP_SWIPE_MULTIPLY = (1.222, 1.245)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.182, 1.204)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.148, 1.168)
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):

View File

@ -67,6 +67,7 @@ class Config(ConfigBase):
MAP_SWIPE_MULTIPLY = (1.222, 1.245)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.182, 1.204)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.148, 1.168)
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):