Module elementalist::player::animation
source · Expand description
Animation states and systems for the player’s avatar.
Structs
- The frame of the animation that the player’s avatar is currently on.
- Timer that will be used to update the player’s avatar’s animation.
Enums
- The different states that the player’s avatar can be in.
- Supplemental animations states for the player’s avatar.
- Facing direction of the player’s avatar.
Constants
Functions
- Advance the animation frame every 0.1 seconds.
- Set the casting animation when spell casting event is triggered.
- The system that updates the avatar’s animation based on its state.