1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-19 11:58:08 +08:00

Opt: Perspective parameter and camera_data in chapter AC

This commit is contained in:
LmeSzinc
2022-07-28 22:28:44 +08:00
parent 51df1c4790
commit d7780bf378
6 changed files with 40 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ from .c1 import Config as ConfigBase
MAP = CampaignMap('C3')
MAP.shape = 'I8'
MAP.camera_data = ['D2', 'D6', 'F2', 'F6']
MAP.camera_data_spawn_point = ['F2', 'D2']
MAP.camera_data = ['D3', 'E6']
MAP.camera_data_spawn_point = ['E2']
MAP.map_data = """
-- -- -- -- SP SP -- -- --
-- ME ++ ++ -- -- ++ ++ --
@@ -69,6 +69,7 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_WALK_USE_CURRENT_FLEET = True
MAP_SWIPE_MULTIPLY = 1.874
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.812