1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 16:09:25 +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):