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

Fix: [JP] _sos_chapter_crop relative coordinates

This commit is contained in:
Ray
2021-09-04 18:45:43 +08:00
parent 8adb37fee0
commit bfe1c76b03

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):