mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Enlarge drag threshold of OS_SHOP_SCROLL
This commit is contained in:
@@ -17,6 +17,8 @@ OS_SHOP_SCROLL = AdaptiveScroll(
|
|||||||
},
|
},
|
||||||
name="OS_SHOP_SCROLL"
|
name="OS_SHOP_SCROLL"
|
||||||
)
|
)
|
||||||
|
OS_SHOP_SCROLL.drag_threshold = 0.1
|
||||||
|
OS_SHOP_SCROLL.edge_threshold = 0.1
|
||||||
|
|
||||||
|
|
||||||
class OSShopUI(UI):
|
class OSShopUI(UI):
|
||||||
|
|||||||
Reference in New Issue
Block a user