sonic-radiance/sonic-radiance.love/birb/structures/tween.lua
2021-08-24 19:41:25 +02:00

6 lines
248 B
Lua

return {
tween = {"name", "type", "start", "duration", "target", "easing"},
movement = {"name", "type", "start", "duration", "x", "y", "easing"},
switch = {"name", "type", "start", "bools"},
delayFocus = {"name", "type", "start"},
}