/ reduce the results enter transition to 1s again

This commit is contained in:
FajsiEx 2021-07-28 00:17:03 +02:00
parent 2285f1fd69
commit 4a29babeb6
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ end
local tickTransitions = function(deltaTime)
if transitionEnterScale < 1 then
transitionEnterScale = transitionEnterScale + deltaTime / 10 -- transition should last for 1s
transitionEnterScale = transitionEnterScale + deltaTime / 1 -- transition should last for 1s
else
transitionEnterScale = 1
end