1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 04:25:56 +08:00

Opt: Update optimized camera data in main chapter

- Standardise the format of map files
This commit is contained in:
LmeSzinc
2021-11-22 21:06:40 +08:00
parent 2df2c8045e
commit 4e87034b4e
52 changed files with 317 additions and 324 deletions

View File

@@ -16,7 +16,6 @@ A5, B5, C5, D5, E5, F5, G5, H5 = MAP.flatten()
ROAD_MAIN = RoadGrids([A3, [C3, B4, C5], [F1, G2, G3]])
GRIDS_FOR_FASTER = SelectedGrids([A3, C3, E3, G3])
FLEET_2_STEP_ON = SelectedGrids([A3, G3, C3, E3])
# MAP.camera_data_spawn_point = ['A1']
class Config(ConfigBase):