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

Opt: Move shop items all together

This commit is contained in:
LmeSzinc
2021-08-10 02:25:42 +08:00
parent a4a2e62c34
commit 64f60c9713
168 changed files with 13 additions and 13 deletions

View File

@@ -26,8 +26,8 @@ class MeritShop(ShopBase):
"""
shop_grid = self.shop_grid
shop_merit_items = ShopItemGrid(shop_grid, templates={}, amount_area=(60, 74, 96, 95))
shop_merit_items.load_template_folder('./assets/merit_shop')
shop_merit_items.load_cost_template_folder('./assets/shop_cost')
shop_merit_items.load_template_folder('./assets/shop/merit')
shop_merit_items.load_cost_template_folder('./assets/shop/cost')
return shop_merit_items
def shop_merit_check_item(self, item):