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

Fix: typo shop_medal_grid to shop_grid

This commit is contained in:
nEEtdo0d
2022-01-19 22:01:12 -05:00
parent f5a61336e4
commit bd875c9e46

View File

@@ -53,7 +53,7 @@ class MedalShop(ShopBase):
Returns: Returns:
ShopItemGrid: ShopItemGrid:
""" """
shop_grid = self.shop_medal_grid shop_grid = self.shop_grid
shop_medal_items = ShopItemGrid( shop_medal_items = ShopItemGrid(
shop_grid, templates={}, amount_area=(60, 74, 96, 95), price_area=(52, 134, 132, 162)) shop_grid, templates={}, amount_area=(60, 74, 96, 95), price_area=(52, 134, 132, 162))
shop_medal_items.load_template_folder('./assets/shop/medal') shop_medal_items.load_template_folder('./assets/shop/medal')