Status UI now has a log and some buttons.
This commit is contained in:
parent
3a6ba8445a
commit
bfe0d797c8
7 changed files with 61 additions and 17 deletions
|
@ -13,7 +13,7 @@ constexpr const int RAY_VIEW_Y=0;
|
|||
constexpr const bool VSYNC=false;
|
||||
constexpr const int FRAME_LIMIT=60;
|
||||
constexpr const int NUM_SPRITES=1;
|
||||
constexpr const int MAX_LOG_MESSAGES=20;
|
||||
constexpr const int MAX_LOG_MESSAGES=17;
|
||||
|
||||
#ifdef NDEBUG
|
||||
constexpr const bool DEBUG_BUILD=false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue