mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 14:20:59 +08:00
Fix: Map swipe optimize should use local map view to generate blacklist
- Opt: Take less screenshots during swipe, reuse local view object as possible - Refactor: handle_boss_appear_refocus() - Fix: Update swipe box area in map, avoid clicking auto search
This commit is contained in:
@@ -115,6 +115,8 @@ class ManualConfig:
|
||||
MAP_WALK_OPTIMIZE = True
|
||||
# Optimize swipe path, reducing swipes turn info clicks.
|
||||
MAP_SWIPE_OPTIMIZE = True
|
||||
# Swipe after boss appear. Could avoid map detection error when camera is on edge.
|
||||
MAP_BOSS_APPEAR_REFOCUS_SWIPE = (0, 0)
|
||||
|
||||
"""
|
||||
module.map_detection
|
||||
|
||||
Reference in New Issue
Block a user