bevy_combat 0.1.0

A sci-fi battle simulation implemented in the bevy engine.
Documentation
1
2
3
4
5
6
7
8
pub mod ai;
pub mod combat;
pub mod constants;
pub mod math_util;
pub mod movement;
pub mod game;
pub mod templates;
pub mod fx;