1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-30 07:53:29 +08:00

Opt: camera data in event_20260520_cn

This commit is contained in:
LmeSzinc
2026-05-20 23:04:59 +08:00
parent 78e6c4d7bf
commit 7955a5aaad
8 changed files with 14 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ from module.logger import logger
MAP = CampaignMap('A1')
MAP.shape = 'I8'
MAP.camera_data = ['D2', 'D6', 'F2', 'F6']
MAP.camera_data_spawn_point = ['F2', 'D2']
MAP.camera_data_spawn_point = ['D2']
MAP.map_data = """
-- -- -- SP -- SP -- -- --
-- ME ++ -- -- -- -- ME --
@@ -63,6 +63,7 @@ class Config:
# ===== End of generated config =====
MAP_SIREN_HAS_BOSS_ICON_SMALL = True
HOMO_EDGE_HOUGHLINES_THRESHOLD = 210
MAP_SWIPE_MULTIPLY = (1.238, 1.261)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.197, 1.219)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.162, 1.183)