epervier-old/framework/structures/tween.lua

6 lines
248 B
Lua
Raw Normal View History

2021-12-04 13:18:54 +01:00
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"},
}