Improved animation handling #19
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: computernewb/MSAgent-Chat#19
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, the webapp is hardcoded to play the "Show" animation when an agent enters, and "Hide" when they leave.
This creates problems as some agents are meant to use different animations for these, or to show multiple animations in a row.
In addition, animations should be added for chatting and idling.
This can be resolved by adding a configurable sequence of animations for different actions to the agent config on the server, which is sent to the client in the init message.
Current issues:
Show
). I'm blaming this on frame deltas? Figure out if this is the case.