work in progress

This commit is contained in:
2024-07-13 18:22:15 -04:00
parent 8da12f5360
commit 39d3447593
8 changed files with 105 additions and 3 deletions

View File

@ -18,7 +18,7 @@ private:
static const int MAX_ROOM_WIDTH = 20;
static const int MAX_ROOM_HEIGHT = 5;
// setup safezones
static const int ACTUAL_MAP_WIDTH = MAP_WIDTH - 5;
static const int ACTUAL_MAP_WIDTH = MAP_WIDTH - 6;
static const int ACTUAL_MAP_HEIGHT = MAP_HEIGHT - 5;
static const int MAP_PADDING = 3;
static const int MIN_ROOM_SPACING = 3;