update: spring parameter

This commit is contained in:
wyj
2026-07-21 20:05:30 -04:00
parent fade16974b
commit 666ad77a02
+2 -2
View File
@@ -13,8 +13,8 @@ M.curves = {
curve = { curve = {
type = "spring", type = "spring",
mass = 1, mass = 1,
stiffness = 400, stiffness = 500,
dampening = 15, dampening = 20,
}, },
}, },
} }