Add animation system #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, any animation has to be handled by just updating entity components from a script. It would be better to have a system that reads keyframe information from a component and then updates components (possibly even other entities' components!) when appropriate.