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:
parent
1ab1994aa2
commit
fb68f93bfe
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user