warnings cleanup and MasterDungeonMap class

This commit is contained in:
Llywelwyn 2023-08-13 08:23:22 +01:00
parent 75e17f235d
commit 557b7095b9
4 changed files with 35 additions and 0 deletions

View file

@ -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.