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

Fix: MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom' in SP

This commit is contained in:
LmeSzinc
2024-08-20 01:22:12 +08:00
parent c98f2dc825
commit 2749730bc7

View File

@@ -81,6 +81,7 @@ class Config:
} }
HOMO_EDGE_COLOR_RANGE = (0, 33) HOMO_EDGE_COLOR_RANGE = (0, 33)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 300 HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_IS_ONE_TIME_STAGE = True MAP_IS_ONE_TIME_STAGE = True
MAP_SWIPE_MULTIPLY = (1.063, 1.083) MAP_SWIPE_MULTIPLY = (1.063, 1.083)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.028, 1.047) MAP_SWIPE_MULTIPLY_MINITOUCH = (1.028, 1.047)