Have a sort of left gui going but not sure if I like it as a real texture yet. Will need to play with it more.

This commit is contained in:
Zed A. Shaw 2025-02-12 14:02:34 -05:00
parent d38e2cb0f2
commit 9fe7cac79b
5 changed files with 12 additions and 8 deletions

View file

@ -19,8 +19,8 @@ using ftxui::Canvas, ftxui::Screen;
* BUG: This could be so much better.
*/
struct RenderConfig {
unsigned int video_x = VIDEO_WINDOW_X;
unsigned int video_y = VIDEO_WINDOW_Y;
unsigned int video_x = SCREEN_WIDTH;
unsigned int video_y = SCREEN_HEIGHT;
int ui_font_size=UI_FONT_SIZE;
int base_map_font_size=BASE_MAP_FONT_SIZE;
wchar_t bg_tile = BG_TILE;