Started working on a random flood function for paths to do things like fill rooms with stuff.

This commit is contained in:
Zed A. Shaw 2024-12-12 11:38:38 -05:00
parent e863bfa2fe
commit ee1e2e5bc5
5 changed files with 46 additions and 10 deletions

View file

@ -10,7 +10,7 @@
#include "dbc.hpp"
#include "lights.hpp"
const bool DEBUG_MAP=false;
const bool DEBUG_MAP=true;
using std::string;
using namespace fmt;