update: increase dampening in spring curve

This commit is contained in:
2026-06-06 17:06:35 -04:00
parent 0cb5829923
commit 1e83dd2f5f
+1 -1
View File
@@ -14,7 +14,7 @@ M.curves = {
type = "spring", type = "spring",
mass = 1, mass = 1,
stiffness = 50, stiffness = 50,
dampening = 6, dampening = 8,
}, },
}, },
} }