bevy_fighter 0.1.1

A mildly opinionated micro-engine for building 2D fighting games with bevy
Documentation
1
2
3
4
5
6
7
mod dashes;
mod backdash;
mod movement_traits;

pub use dashes::*;
pub use backdash::*;
pub use movement_traits::*;