mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 00:09:18 +08:00
Opt: Turn off MAP_SWIPE_PREDICT_WITH_SEA_GRIDS globally
This commit is contained in:
@@ -104,7 +104,7 @@ class ManualConfig:
|
|||||||
# Predict actual swipe distance to correct camera.
|
# Predict actual swipe distance to correct camera.
|
||||||
MAP_SWIPE_PREDICT = True
|
MAP_SWIPE_PREDICT = True
|
||||||
MAP_SWIPE_PREDICT_WITH_CURRENT_FLEET = True
|
MAP_SWIPE_PREDICT_WITH_CURRENT_FLEET = True
|
||||||
MAP_SWIPE_PREDICT_WITH_SEA_GRIDS = True
|
MAP_SWIPE_PREDICT_WITH_SEA_GRIDS = False
|
||||||
# Corner to ensure in ensure_edge_insight.
|
# Corner to ensure in ensure_edge_insight.
|
||||||
# Value can be 'upper-left', 'upper-right', 'bottom-left', 'bottom-right', or 'upper', 'bottom', 'left', 'right'
|
# Value can be 'upper-left', 'upper-right', 'bottom-left', 'bottom-right', or 'upper', 'bottom', 'left', 'right'
|
||||||
# Missing axis will be random, and '' for all random
|
# Missing axis will be random, and '' for all random
|
||||||
|
|||||||
Reference in New Issue
Block a user