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

Revert "Merge branch 'dev' of https://github.com/LmeSzinc/AzurLaneAutoScript into dev"

This reverts commit bdc5aa0720, reversing
changes made to 6ee7a62edf.
This commit is contained in:
whoamikyo
2020-08-18 20:47:27 -03:00
parent bdc5aa0720
commit ac9303012c
741 changed files with 8380 additions and 18943 deletions

View File

@@ -37,7 +37,7 @@ MAP.wall_data = """
· · | · · · | · · · · | · · · | · · ,
| | | | ,
· · | · · · | · · · · | · · · | · · ,
+---+ +---+ +---+ +---+ ,
+---+ +---+ +----+ +---+ ,
· · · | · · · · · · · · | · · · ,
| | ,
· · · | · · · · · · · · | · · · ,
@@ -69,12 +69,6 @@ class Config(ConfigBase):
MAP_SIREN_TEMPLATE = ['LaGalissonniere', 'Vauquelin']
EDGE_LINES_HOUGHLINES_THRESHOLD = 40
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 16, 255),
'prominence': 10,
'distance': 50,
'wlen': 1000
}
class Campaign(CampaignBase):