mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Scroll polishing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user