1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-18 01:10:01 +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

@@ -36,8 +36,8 @@ class MedalShop(ShopBase):
"""
shop_grid = self.shop_medal_grid
shop_medal_items = ShopItemGrid(shop_grid, templates={}, amount_area=(60, 74, 96, 95))
shop_medal_items.load_template_folder('./assets/medal_shop')
shop_medal_items.load_cost_template_folder('./assets/shop_cost')
shop_medal_items.load_template_folder('./assets/shop/medal')
shop_medal_items.load_cost_template_folder('./assets/shop/cost')
shop_medal_items.similarity = 0.88 # Lower the threshold for consistent matches of PR/DRBP
return shop_medal_items