mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-19 06:17:08 +08:00
@@ -40,7 +40,7 @@ class PortShop(OSStatus, OSShopUI, Selector, MapEventHandler):
|
||||
def os_shop_items(self) -> ItemGrid:
|
||||
os_shop_items = ItemGrid(
|
||||
grids=None, templates={}, amount_area=(77, 77, 96, 96),
|
||||
counter_area=(85, 170, 134, 186), price_area=(52, 132, 130, 165)
|
||||
counter_area=(70, 167, 134, 186), price_area=(52, 132, 130, 165)
|
||||
)
|
||||
os_shop_items.load_template_folder('./assets/shop/os')
|
||||
os_shop_items.load_cost_template_folder('./assets/shop/os_cost')
|
||||
|
||||
Reference in New Issue
Block a user