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

Add: [TW] asset support for voucher shop (#1982)

This commit is contained in:
下面我簡單喵兩句
2022-12-11 14:52:19 +08:00
committed by GitHub
parent 873a6da0e2
commit da7efd102c
5 changed files with 3 additions and 8 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', 'jp']:
if self.config.SERVER in ['cn', 'jp', 'tw']:
shop_grid = ButtonGrid(
origin=(305, origin_y), delta=(189.5, delta_y), button_shape=(99, 99), grid_shape=(5, row),
name='SHOP_GRID')