Just don't prevent start points being in walls.

This commit is contained in:
Zed A. Shaw 2024-10-04 17:09:28 -04:00
parent 6f952bfd28
commit 243d15c123
2 changed files with 2 additions and 5 deletions

View file

@ -2,4 +2,5 @@ TODO:
* Figure out how to render color fonts from FTUI.
* Dynamically determine the font vs. screensize to get an exact FTXUI screen size.
* Write a test that generates a ton of maps then confirms there's a path from one room to every other room?
* Lua integration?