mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-15 06:43:09 +08:00
Fix: Perspective parameters in Universe in Unison
- Adjust MAP.camera_sight, because combo status on event maps will cover some grids - Opt camera data from SP1 to SP4
This commit is contained in:
@@ -6,8 +6,9 @@ from .sp1 import Config as ConfigBase
|
||||
|
||||
MAP = CampaignMap('SP4')
|
||||
MAP.shape = 'I7'
|
||||
MAP.camera_data = ['D2', 'D5', 'F2', 'F5']
|
||||
MAP.camera_data = ['C2', 'C5', 'F2', 'F5']
|
||||
MAP.camera_data_spawn_point = ['D2']
|
||||
MAP.camera_sight = (-2, -1, 3, 2)
|
||||
MAP.map_data = """
|
||||
++ -- SP -- ++ MS ++ ++ --
|
||||
++ SP -- ME -- -- Me ++ --
|
||||
|
||||
Reference in New Issue
Block a user