It's actually better to just use FTXUI's Modal system than to invent my own.

This commit is contained in:
Zed A. Shaw 2024-11-17 22:28:29 -05:00
parent 88d362d6a5
commit 958c8545a7
4 changed files with 16 additions and 15 deletions

View file

@ -23,6 +23,7 @@ const int BASE_MAP_FONT_SIZE=90;
const wchar_t BG_TILE = L'';
const wchar_t UI_BASE_CHAR = L'';
const int BG_BOX_OFFSET=5;
const int UI_PANEL_BORDER_PX=5;
enum class Value {
BLACK=0, DARK_DARK, DARK_MID,