1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-18 11:27:19 +08:00

Revert "Upd: MAP_WALK_USE_CURRENT_FLEET in 16-3 and 16-4"

This reverts commit c4d469e22c.
This commit is contained in:
2026-01-18 22:34:53 +08:00
parent d6a0eb1a7c
commit 7a2acf219d
4 changed files with 5 additions and 35 deletions

View File

@@ -49,7 +49,6 @@ class Config(ConfigBase):
MAP_HAS_FLEET_STEP = False
MAP_HAS_AMBUSH = True
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (120, 255 - 17),
'width': (0.9, 10),
@@ -64,7 +63,6 @@ class Config(ConfigBase):
}
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 25
EDGE_LINES_HOUGHLINES_THRESHOLD = 25
MAP_WALK_USE_CURRENT_FLEET = True
class Campaign(CampaignBase):