sonic-radiance/sonic-radiance.love/birb/structures/tween.lua
2021-08-22 16:38:27 +02:00

5 lines
204 B
Lua

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