It's actually better to just use FTXUI's Modal system than to invent my own.
This commit is contained in:
parent
88d362d6a5
commit
958c8545a7
4 changed files with 16 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue