1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-19 06:17:08 +08:00

fix: opsi amount handler and counter ocr (#3974)

* fix: bugs

* fix
This commit is contained in:
霞飛
2024-07-11 22:22:07 +08:00
committed by GitHub
parent ec1ae2cb3e
commit e9179258b2
3 changed files with 59 additions and 22 deletions

View File

@@ -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')