f1
f1 copied to clipboard
Tween/Shortcut
Add in the ability to do something like
ui.tween("stateIWantToBeIn", { duration: 0.5, delay: 0, ease: easefunction})
which disregards any path finding and just Tweens from the current calculate state to "stateIWantToBeIn".
This will allow for "shortcuts" to just quickly animate to a state if needed. However the only issue I could see is that people would completely disregard path finding.