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:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user