mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 11:43:08 +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:
@@ -40,10 +40,8 @@ class IslandShop(IslandShopUI):
|
||||
def _island_shop_item_name_ocr(self):
|
||||
if server.server == 'jp':
|
||||
lang = 'jp'
|
||||
elif server.server == 'cn':
|
||||
lang = 'cnocr'
|
||||
else:
|
||||
lang = 'azur_lane'
|
||||
lang = 'cnocr'
|
||||
return Ocr(
|
||||
self._island_shop_item_name_grid.buttons,
|
||||
lang=lang,
|
||||
|
||||
Reference in New Issue
Block a user