Now have good coverage on map but need to actually confirm results in the test.

This commit is contained in:
Zed A. Shaw 2024-11-29 11:24:23 -05:00
parent 97255eb813
commit d0d62836e3
5 changed files with 61 additions and 7 deletions

View file

@ -7,6 +7,8 @@ TODAY'S GOAL:
* Doxygen? Other docs tool?
TODO:
* I can do headless windows in renderer for testing.
- renderer.$window.setVisible(false);
* Think up an enemy system.
* Revisit map generation.
* Write a method for renderer that can translate coordinates.