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

Upd: Magic map swipe multipliers

This commit is contained in:
LmeSzinc
2023-05-26 02:59:52 +08:00
parent dd8824ecd2
commit e420f4ed04
321 changed files with 970 additions and 626 deletions

View File

@@ -85,8 +85,9 @@ class Config:
EDGE_LINES_HOUGHLINES_THRESHOLD = 40
COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.5
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
MAP_SWIPE_MULTIPLY = 1.445
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.397
MAP_SWIPE_MULTIPLY = (0.946, 0.963)
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.914, 0.931)
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.888, 0.904)
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'