1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: MEDAL_SHOP_SCROLL.drag_threshold

This commit is contained in:
LmeSzinc 2023-07-14 11:21:35 +08:00
parent 1ab1994aa2
commit fb68f93bfe

View File

@ -12,6 +12,7 @@ from module.ui.scroll import Scroll
MEDAL_SHOP_SCROLL = Scroll(MEDAL_SHOP_SCROLL_AREA, color=(247, 211, 66))
MEDAL_SHOP_SCROLL.edge_threshold = 0.15
MEDAL_SHOP_SCROLL.drag_threshold = 0.15
class ShopPriceOcr(DigitYuv):