sonic-bluestreak/sonic-bluestreak.love/birb/structures/tween.lua

6 lines
248 B
Lua
Raw Normal View History

2021-11-25 10:46:15 +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"},
}