mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: camera_data_spawn_point in 9-1 (#2376)
cause camera on D3 cant see A5
This commit is contained in:
parent
e295f08811
commit
4cab03b5a1
@ -6,7 +6,7 @@ from module.map.map_grids import RoadGrids, SelectedGrids
|
||||
MAP = CampaignMap('9-2')
|
||||
MAP.shape = 'H5'
|
||||
MAP.camera_data = ['E3']
|
||||
MAP.camera_data_spawn_point = ['D1', 'D3']
|
||||
MAP.camera_data_spawn_point = ['C1', 'C3']
|
||||
MAP.map_data = """
|
||||
SP -- ++ ++ ++ Me -- MB
|
||||
++ -- ++ ++ ++ ME ++ ++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user