1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 23:03:33 +08:00

Merge pull request #5155 from LmeSzinc/dev

Bug fix
This commit is contained in:
LmeSzinc
2025-09-22 04:51:31 +08:00
committed by GitHub
23 changed files with 34 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_WALK_USE_CURRENT_FLEET = False
HOMO_STORAGE = ((8, 6), [(137.405, 104.804), (1046.044, 104.804), (-12.171, 652.093), (1166.717, 652.093)])
MAP_SWIPE_MULTIPLY = (1.109, 1.130)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.073, 1.093)

View File

@@ -63,6 +63,7 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_WALK_USE_CURRENT_FLEET = False
HOMO_STORAGE = ((8, 6), [(137.405, 104.804), (1046.044, 104.804), (-12.171, 652.093), (1166.717, 652.093)])
MAP_SWIPE_MULTIPLY = (1.109, 1.130)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.073, 1.093)