bevy_fighter 0.1.0

A mildly opinionated micro-engine for building 2D fighting games with bevy
Documentation
1
2
3
4
5
mod spritesheet;
mod animation_library;

pub use spritesheet::*;
pub use animation_library::*;