Simple styling of the rooms done.

This commit is contained in:
Zed A. Shaw 2025-05-25 12:12:08 -04:00
parent 5cb74151f5
commit af2947c50a
5 changed files with 16 additions and 6 deletions

View file

@ -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();
};