1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-22 06:08:07 +08:00

Fix: [TW] Map detection backend in Daedalian Hymn event

Codes are from old files, so use the old detection method.
Turn on MAP_HAS_WALL in B2B3D2D3
This commit is contained in:
LmeSzinc
2021-06-26 21:26:48 +08:00
parent 7b87023ded
commit dc9a3c352e
8 changed files with 12 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ class Config:
'distance': 50,
'wlen': 1000
}
DETECTION_BACKEND = 'perspective'
class Campaign(CampaignBase):