warnings cleanup and MasterDungeonMap class
This commit is contained in:
parent
75e17f235d
commit
557b7095b9
4 changed files with 35 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ mod tiletype;
|
|||
pub use tiletype::{tile_cost, tile_opaque, tile_walkable, TileType};
|
||||
mod interval_spawning_system;
|
||||
pub use interval_spawning_system::try_spawn_interval;
|
||||
pub mod dungeon;
|
||||
pub mod themes;
|
||||
|
||||
// FIXME: If the map size gets too small, entities stop being rendered starting from the right.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue