pico-animation 0.9.0

An Animation module for the pico engine ecs system
Documentation
1
2
3
4
pub struct Animation{
    pub start_frame: usize,
    pub end_frame: usize,
}