1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-31 19:20:34 +08:00

Fix: MOVABLE_ENEMY_TURN in D1, DS1

This commit is contained in:
LmeSzinc
2021-03-27 21:00:37 +08:00
parent fc24ca518e
commit 9039da93ec
7 changed files with 9 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
MOVABLE_ENEMY_TURN = (2,)
MOVABLE_ENEMY_TURN = (2, 3)
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (150, 255 - 24),
'width': (1.5, 10),
@@ -70,6 +70,7 @@ class Config:
HOMO_EDGE_HOUGHLINES_THRESHOLD = 120
HOMO_EDGE_COLOR_RANGE = (0, 12)
class Campaign(CampaignBase):
MAP = MAP