mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Fix Siren CV template
This commit is contained in:
parent
a791c0c0e1
commit
16257634fb
BIN
assets/cn/template/TEMPLATE_SIREN_CV.gif
Normal file
BIN
assets/cn/template/TEMPLATE_SIREN_CV.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
assets/en/template/TEMPLATE_SIREN_CV.gif
Normal file
BIN
assets/en/template/TEMPLATE_SIREN_CV.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
assets/jp/template/TEMPLATE_SIREN_CV.gif
Normal file
BIN
assets/jp/template/TEMPLATE_SIREN_CV.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
@ -7,7 +7,7 @@ from campaign.event_20200716_en.a1 import Config as ConfigBase
|
||||
MAP = CampaignMap('A3')
|
||||
MAP.camera_sight = (-4, -2, 4, 2)
|
||||
MAP.shape = 'H8'
|
||||
# MAP.camera_data = ['D2', 'D6', 'E2', 'E6']
|
||||
MAP.camera_data = ['D2', 'D6', 'E2', 'E6']
|
||||
MAP.camera_data_spawn_point = []
|
||||
MAP.map_data = """
|
||||
-- -- ++ ++ ++ ++ ++ --
|
||||
|
||||
@ -28,6 +28,7 @@ TEMPLATE_SIREN_CA = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_CA
|
||||
TEMPLATE_SIREN_CApurple = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_CApurple.gif', 'en': './assets/en/template/TEMPLATE_SIREN_CApurple.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_CApurple.gif'})
|
||||
TEMPLATE_SIREN_CL = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_CL.gif', 'en': './assets/en/template/TEMPLATE_SIREN_CL.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_CL.gif'})
|
||||
TEMPLATE_SIREN_CLpurple = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_CLpurple.gif', 'en': './assets/en/template/TEMPLATE_SIREN_CLpurple.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_CLpurple.gif'})
|
||||
TEMPLATE_SIREN_CV = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_CV.gif', 'en': './assets/en/template/TEMPLATE_SIREN_CV.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_CV.gif'})
|
||||
TEMPLATE_SIREN_CVpurple = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_CVpurple.gif', 'en': './assets/en/template/TEMPLATE_SIREN_CVpurple.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_CVpurple.gif'})
|
||||
TEMPLATE_SIREN_DD = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_DD.gif', 'en': './assets/en/template/TEMPLATE_SIREN_DD.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_DD.gif'})
|
||||
TEMPLATE_SIREN_DDpurple = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_DDpurple.gif', 'en': './assets/en/template/TEMPLATE_SIREN_DDpurple.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_DDpurple.gif'})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user