Setup for the LevelManager to take charge of all level operations.

This commit is contained in:
Zed A. Shaw 2025-01-20 15:12:31 -05:00
parent 193f5f915e
commit 18a5f6bfa9
7 changed files with 99 additions and 11 deletions

View file

@ -1,5 +1,6 @@
TODAY'S GOAL:
TODO:
* What's the result of out of memory error with shared/unique ptr?
* Config is all over the place. Can I get rid of constant.hpp? Or most of it? Also renderer.cpp:RenderConfig is weird too. Too much indirection all around.
* GUI needs to become a statemachine now. Too many panels open at too many times.
* Panels should be able to take a width/height and center theirself for me