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

Fix: 1E on MS, SU on FL

- Opt camera position in T6 HT6
This commit is contained in:
LmeSzinc
2020-09-20 16:48:31 +08:00
parent ede44c8832
commit dd32089c2a
4 changed files with 9 additions and 10 deletions

View File

@@ -7,8 +7,8 @@ from .ht1 import Config as ConfigBase
MAP = CampaignMap('HT6')
MAP.shape = 'K10'
# MAP.camera_data = ['D2', 'D6', 'D8', 'H2', 'H6', 'H8']
MAP.camera_data = ['D2', 'D6', 'H2', 'H6']
MAP.camera_data_spawn_point = ['D6', 'H6']
MAP.camera_data = ['D2', 'D6', 'G2', 'G6']
MAP.camera_data_spawn_point = ['D6', 'G6']
MAP.map_data = """
-- -- -- ME -- Me -- ME -- -- --
-- ++ ++ -- MS -- MS -- ++ ++ --

View File

@@ -7,8 +7,8 @@ from .t1 import Config as ConfigBase
MAP = CampaignMap('T6')
MAP.shape = 'K10'
# MAP.camera_data = ['D2', 'D6', 'D8', 'H2', 'H6', 'H8']
MAP.camera_data = ['D2', 'D6', 'H2', 'H6']
MAP.camera_data_spawn_point = ['D6', 'H6']
MAP.camera_data = ['D2', 'D6', 'G2', 'G6']
MAP.camera_data_spawn_point = ['D6', 'G6']
MAP.map_data = """
-- -- -- ME -- Me -- ME -- -- --
-- ++ ++ -- MS -- MS -- ++ ++ --