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

Merge pull request #604 from railzy/master

Fix: [JP] _sos_chapter_crop relative coordinates
This commit is contained in:
LmeSzinc
2021-09-04 21:05:47 +08:00
committed by GitHub

View File

@@ -23,6 +23,11 @@ class CampaignSos(CampaignRun, CampaignBase):
def _sos_chapter_crop(self):
return [-330, 8, -285, 45]
@cached_property
@Config.when(SERVER='jp')
def _sos_chapter_crop(self):
return [-430, 8, -382, 45]
@cached_property
@Config.when(SERVER=None)
def _sos_chapter_crop(self):