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

fix[TW]: Akashi shop buttom grid (#3147)

This commit is contained in:
霞飛
2023-09-21 10:26:30 +08:00
committed by GitHub
parent 1b9fd01852
commit 67fe02a680

View File

@@ -40,7 +40,7 @@ class OSShopHandler(OSStatus, MapEventHandler):
ItemGrid:
"""
shop_grid = ButtonGrid(
origin=(238, 220), delta=(188, 225), button_shape=(98, 98), grid_shape=(4, 2), name='SHOP_GRID')
origin=(233, 224), delta=(193, 228), button_shape=(98, 98), grid_shape=(4, 2), name='SHOP_GRID')
shop_items = ItemGrid(
shop_grid, templates={}, amount_area=(60, 74, 96, 95), price_area=(52, 132, 132, 165))
shop_items.price_ocr = OSShopPrice([], letter=(255, 223, 57), threshold=32, name='Price_ocr')