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:
parent
d38e2cb0f2
commit
9fe7cac79b
5 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue