Simple styling of the rooms done.
This commit is contained in:
parent
5cb74151f5
commit
af2947c50a
5 changed files with 16 additions and 6 deletions
|
@ -28,4 +28,5 @@ class WorldBuilder {
|
|||
void randomize_entities(DinkyECS::World &world, components::GameConfig &config);
|
||||
void place_stairs(DinkyECS::World& world, components::GameConfig& config);
|
||||
void configure_starting_items(DinkyECS::World &world);
|
||||
void stylize_rooms();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue