Scroll polishing

This commit is contained in:
Insality
2020-05-03 20:46:01 +03:00
parent 99781f333d
commit facfe39269
4 changed files with 51 additions and 70 deletions

View File

@@ -126,6 +126,11 @@ function M.round(num, numDecimalPlaces)
end
function M.lerp(a, b, t)
return a + (b - a) * t
end
--- Check if node is enabled in gui hierarchy.
-- Return false, if node or any his parent is disabled
-- @function helper.is_enabled