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

Fix: [EN] Support for Ink-Stained Steel Sakura, update module reference to local

TODO: [TW, JP] may need to acquire assets of their own as can vary
This commit is contained in:
nEEtdo0d
2021-04-08 23:24:07 -04:00
parent f60e7236d2
commit 775ccf90d2
11 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ from ..campaign_war_archives.campaign_base import CampaignBase
from module.map.map_base import CampaignMap
from module.map.map_grids import SelectedGrids, RoadGrids
from module.logger import logger
from campaign.event_20200716_en.b1 import Config as ConfigBase
from .b1 import Config as ConfigBase
MAP = CampaignMap('B2')
MAP.camera_sight = (-4, -2, 4, 2)