1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 09:11:31 +08:00

Upd: Update new UI 20250814 for server JP, update CN assets

This commit is contained in:
weeswelai
2025-08-21 23:58:41 +08:00
parent ef22869306
commit 87257e65a8
15 changed files with 16 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ class MeritShop_250814(MeritShop):
ShopItemGrid:
"""
shop_grid = self.shop_grid
shop_merit_items = ShopItemGrid_250814(shop_grid, templates={}, template_area=(25, 20, 82, 72), amount_area=(42, 50, 65, 65), cost_area=(-12, 115, 60, 155), price_area=(18, 121, 85, 150))
shop_merit_items = ShopItemGrid_250814(shop_grid, templates={}, template_area=(25, 20, 82, 72), amount_area=(42, 50, 65, 65), cost_area=(-12, 115, 60, 155), price_area=(14, 121, 85, 150))
shop_merit_items.load_template_folder(self.shop_template_folder)
shop_merit_items.load_cost_template_folder('./assets/shop/cost')
return shop_merit_items