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

Merge pull request #3716 from LmeSzinc/dev

Bug fix
This commit is contained in:
LmeSzinc
2024-05-02 18:05:51 +08:00
committed by GitHub
19 changed files with 287 additions and 47 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