1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-06-03 06:15:19 +08:00

Fix: Ensure edge bottom-right in B2D2

This commit is contained in:
LmeSzinc
2026-05-21 21:54:49 +08:00
parent cfccf933a4
commit 0134307f3f
2 changed files with 6 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ class Config(ConfigBase):
MAP_WALK_USE_CURRENT_FLEET = True
# ===== End of generated config =====
HOMO_STORAGE = ((8, 6), [(137.405, 104.804), (1046.044, 104.804), (-12.171, 652.093), (1166.717, 652.093)])
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
class Campaign(CampaignBase):
MAP = MAP

View File

@@ -65,6 +65,9 @@ class Config(ConfigBase):
MAP_WALK_USE_CURRENT_FLEET = True
# ===== End of generated config =====
HOMO_STORAGE = ((8, 6), [(137.405, 104.804), (1046.044, 104.804), (-12.171, 652.093), (1166.717, 652.093)])
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
class Campaign(CampaignBase):
MAP = MAP