From 1d62585f7e73b8a46c5c7b7dcfe598445d5a1798 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Thu, 28 Oct 2021 17:51:27 +0200 Subject: [PATCH] > thing --- scripts/gameplay/chain.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gameplay/chain.lua b/scripts/gameplay/chain.lua index af34414..1076974 100644 --- a/scripts/gameplay/chain.lua +++ b/scripts/gameplay/chain.lua @@ -49,9 +49,9 @@ local tickTransitions = function (deltaTime) transitionShakeScale = 0 end - if (transitionShakeScale < 0.33) then + if (transitionShakeScale < 1/3) then transitionShakePosOffset = 0; - elseif (transitionShakeScale > 0.66) then + elseif (transitionShakeScale > 2/3) then transitionShakePosOffset = -1; else transitionShakePosOffset = 1;