1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 23:39:41 +08:00

Unlock server restrictions, update assets.py

This commit is contained in:
bookbug666
2022-12-06 00:55:51 +08:00
parent 3392b5a99f
commit 1208eeca2d
3 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class VoucherShop(ShopClerk):
# Original grid is:
# shop_grid = ButtonGrid(
# origin=(463, 200), delta=(156, 191), button_shape=(99, 99), grid_shape=(5, 2), name='SHOP_GRID')
if self.config.SERVER in ['cn']:
if self.config.SERVER in ['cn', 'jp']:
shop_grid = ButtonGrid(
origin=(305, origin_y), delta=(189.5, delta_y), button_shape=(99, 99), grid_shape=(5, row),
name='SHOP_GRID')