bevy_fighter 0.1.0

A mildly opinionated micro-engine for building 2D fighting games with bevy
Documentation
1
2
3
4
5
6
7
8
9
mod jumps;
mod physics;
mod command_movement;
mod player_movement;

pub use jumps::*;
pub use physics::*;
pub use command_movement::*;
pub use player_movement::*;