1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 12:47:53 +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

@@ -28,8 +28,8 @@ class GeneralShop(ShopBase):
"""
shop_grid = self.shop_grid
shop_general_items = ShopItemGrid(shop_grid, templates={}, amount_area=(60, 74, 96, 95))
shop_general_items.load_template_folder('./assets/general_shop')
shop_general_items.load_cost_template_folder('./assets/shop_cost')
shop_general_items.load_template_folder('./assets/shop/general')
shop_general_items.load_cost_template_folder('./assets/shop/cost')
return shop_general_items
def shop_general_check_item(self, item):