1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-29 13:57:13 +08:00

Add: Added some icons to GUI

Assets: [EN] updated some templates assets using relative_crop.py
Campaign: Added 12-4 support
Fix: Added camera_data_spawn_point on 7-2 mystery to avoid dont detected a fleet when camera focus on H1
This commit is contained in:
whoamikyo
2020-06-16 00:04:16 -03:00
parent 1ea28dfc86
commit d2d64ee487
12 changed files with 89 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ 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 Campaign(CampaignBase):