aboutsummaryrefslogtreecommitdiff
path: root/src/utils.lua
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-25 14:00:47 +0100
committerne_mene <[email protected]>2026-03-25 14:00:47 +0100
commit34535e47d69c3dabf0c3ec4c6434ae9bc99c618d (patch)
treef7627f3ecde6b3d6386b7cf6e4ad4cc616faeeba /src/utils.lua
parent442e6282d1bf824260cc132e874ab66623cf447c (diff)
speck system export/load
Diffstat (limited to 'src/utils.lua')
-rw-r--r--src/utils.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.lua b/src/utils.lua
index 56479b8..1f388cc 100644
--- a/src/utils.lua
+++ b/src/utils.lua
@@ -105,3 +105,7 @@ function table.shallow_copy(t)
end
return t2
end
+
+EASING_FUNCTIONS = {
+ Lerp = lerp
+}