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

Fix: Set HOMO_EDGE_HOUGHLINES_THRESHOLD = 210 to all maps with 2 SP on the same row

This commit is contained in:
LmeSzinc
2022-05-10 01:05:56 +08:00
parent 9b8d47af86
commit 2d90fd9ec2
12 changed files with 20 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ class Config:
'wlen': 1000
}
HOMO_EDGE_COLOR_RANGE = (0, 49)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 210
MAP_SWIPE_MULTIPLY = 1.493
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.443