mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 19:43:28 +08:00
Add: Island EN assets (#5872)
* Add: Island EN assets * Merge commit '69eea1e5a0eeef854bc9e1c677ceff33f6b31e5d' * Add: last missing EN assets * Fix: final adjustments to ocr and assets for EN
This commit is contained in:
@@ -17,7 +17,7 @@ from module.ui.page import page_island, page_island_manage
|
||||
|
||||
ANCHOR_AREA = (452, 7, 481, 36)
|
||||
DETECT_AREA = (192, 69, 1221, 653)
|
||||
NAME_AREA = (0, 0, 240, 39)
|
||||
NAME_AREA = (0, 0, 265, 39)
|
||||
TAB_SIZE = (490, 159)
|
||||
TAB_DELTA = (539, 183.5)
|
||||
SLOT_ORIGIN = (62, 59)
|
||||
@@ -302,7 +302,7 @@ class IslandProduction(IslandRecipe, IslandDock):
|
||||
break
|
||||
|
||||
def run(self):
|
||||
if self.config.SERVER in ['en', 'tw']:
|
||||
if self.config.SERVER in ['tw']:
|
||||
logger.info(f'IslandProduction is not available on {self.config.SERVER} server, delay until next server update')
|
||||
self.config.task_delay(server_update=True)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user