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

Fix: MAP_SWIPE_DROP should >= MAP_GRID_CENTER_TOLERANCE

This commit is contained in:
LmeSzinc
2024-05-01 23:31:58 +08:00
parent 741fc1c247
commit 04538c4b1a
2 changed files with 2 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ class ManualConfig:
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.999, 1.017)
# Swipe distance in map grid lower than this will be dropped,
# because a closing swipe will be treat as a click in game.
MAP_SWIPE_DROP = 0.15
MAP_SWIPE_DROP = 0.25
# Swipes may stop in middle, due to emulator stuck.
# Predict actual swipe distance to correct camera.
MAP_SWIPE_PREDICT = True