1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-12 18:44:22 +08:00

Fix: medal shop scroll keeps dragging at bottom

This commit is contained in:
positnuec
2026-07-10 09:28:24 +08:00
parent 1c3d83e92d
commit b3ccadf38e

View File

@@ -46,7 +46,9 @@ MEDAL_SHOP_SCROLL_250814 = ShopAdaptiveScroll(
background=3,
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
MEDAL_SHOP_SCROLL_250814.edge_threshold = 0.12