swapped over to bracket-lib geometry's Rects, improved feature spawning

This commit is contained in:
Llywelwyn 2023-08-31 20:07:15 +01:00
parent 5a8114ec7e
commit fcb2bd2815
15 changed files with 217 additions and 107 deletions

View file

@ -13,7 +13,6 @@ pub mod components;
pub mod raws;
pub mod map;
pub mod player;
pub mod rect;
pub mod gamelog;
pub mod gui;
pub mod map_builders;
@ -39,7 +38,6 @@ pub mod states;
pub use components::*;
use particle_system::ParticleBuilder;
pub use rect::Rect;
pub use map::*;
pub use states::runstate::RunState;
pub use states::state::State;