mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 09:57:22 +08:00
Fix: Increase MAP_GRID_CENTER_TOLERANCE since short swipes on map no longer be responded to
This commit is contained in:
@@ -9,7 +9,7 @@ class OSConfig:
|
||||
MAP_HAS_FLEET_STEP = True
|
||||
IGNORE_LOW_EMOTION_WARN = False
|
||||
|
||||
MAP_GRID_CENTER_TOLERANCE = 0.2
|
||||
MAP_GRID_CENTER_TOLERANCE = 0.3
|
||||
MAP_SWIPE_MULTIPLY = (1.174, 1.200)
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.135, 1.160)
|
||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.102, 1.126)
|
||||
|
||||
Reference in New Issue
Block a user