1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 04:49:17 +08:00

Opt: Add MAP_ENSURE_EDGE_INSIGHT_CORNER in T4

This commit is contained in:
LmeSzinc
2021-11-28 16:55:14 +08:00
parent dcbab10a96
commit 26f27647f5

View File

@@ -77,6 +77,7 @@ class Config:
} }
HOMO_EDGE_COLOR_RANGE = (0, 17) HOMO_EDGE_COLOR_RANGE = (0, 17)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180 HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-left'
MAP_SWIPE_MULTIPLY = 1.492 MAP_SWIPE_MULTIPLY = 1.492
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.442 MAP_SWIPE_MULTIPLY_MINITOUCH = 1.442