mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 01:15:03 +08:00
Fix: Add pre-calculated HOMO_STORAGE in chapter 9 (#2811)
This commit is contained in:
@@ -44,9 +44,7 @@ step_on = SelectedGrids([F3, E4])
|
|||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
SUBMARINE = 0
|
SUBMARINE = 0
|
||||||
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 40
|
HOMO_STORAGE = ((9, 5), [(214.274, 100.482), (1300.358, 100.482), (79.666, 584.209), (1505.19, 584.209)])
|
||||||
EDGE_LINES_HOUGHLINES_THRESHOLD = 40
|
|
||||||
COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.5
|
|
||||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user