swapped over to bracket-lib geometry's Rects, improved feature spawning
This commit is contained in:
parent
5a8114ec7e
commit
fcb2bd2815
15 changed files with 217 additions and 107 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue