mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-05 01:07:15 +08:00
Fix: medal shop scroll keeps dragging at bottom
This commit is contained in:
@@ -46,7 +46,9 @@ MEDAL_SHOP_SCROLL_250814 = ShopAdaptiveScroll(
|
|||||||
background=3,
|
background=3,
|
||||||
name="MEDAL_SHOP_SCROLL_250814"
|
name="MEDAL_SHOP_SCROLL_250814"
|
||||||
)
|
)
|
||||||
MEDAL_SHOP_SCROLL_250814.drag_threshold = 0.1
|
# A little bit larger than edge_threshold
|
||||||
|
# to prevent continuous scrolling attempts while already at the bottom
|
||||||
|
MEDAL_SHOP_SCROLL_250814.drag_threshold = 0.13
|
||||||
# A little bit larger than 0.1 to handle bottom
|
# A little bit larger than 0.1 to handle bottom
|
||||||
MEDAL_SHOP_SCROLL_250814.edge_threshold = 0.12
|
MEDAL_SHOP_SCROLL_250814.edge_threshold = 0.12
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user