From 93f532b09bc54dbc40ee27ce06e403cc2b94299e Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 15 Jun 2026 13:31:49 +0100 Subject: [PATCH] fixed shit values --- modules/settings/animations.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/settings/animations.lua b/modules/settings/animations.lua index f3143bd..6702548 100644 --- a/modules/settings/animations.lua +++ b/modules/settings/animations.lua @@ -29,8 +29,8 @@ for _, bezier in ipairs(beziers) do type = "spring", -- If all the parameters are empty make a spring with the values from the wiki mass = bezier.mass or 1, - stiffness = (bezier.stiffness or 70) + 400, - dampening = (bezier.dampening or 10) + 17, + stiffness = (bezier.stiffness or 70) + 430, + dampening = (bezier.dampening or 10) + 26, }) else -- You fucked something up