Better random entity placement and config of entities is now more generic.

This commit is contained in:
Zed A. Shaw 2025-01-13 16:23:33 -05:00
parent 641a405a06
commit b16405cfdc
6 changed files with 61 additions and 50 deletions

View file

@ -1,5 +1,7 @@
TODAY'S GOAL:
* Stairs \u2ac5 for stairs down, and \u2259 stairs up
* UNKNOWN COLLISION TYPE 6
* Either reduce the amount of size_t or use amit's suggestion of 0u since small sized unsigned can be casted to size_t.