diff options
| author | ne_mene <[email protected]> | 2026-03-25 14:00:47 +0100 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-25 14:00:47 +0100 |
| commit | 34535e47d69c3dabf0c3ec4c6434ae9bc99c618d (patch) | |
| tree | f7627f3ecde6b3d6386b7cf6e4ad4cc616faeeba /src/utils.lua | |
| parent | 442e6282d1bf824260cc132e874ab66623cf447c (diff) | |
speck system export/load
Diffstat (limited to 'src/utils.lua')
| -rw-r--r-- | src/utils.lua | 4 |
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 +} |
