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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user