The gui can now pop open a modal based on clicking a button but I need to manage focus next.

This commit is contained in:
Zed A. Shaw 2024-11-17 13:23:18 -05:00
parent 34c84343db
commit 64855f3c90
6 changed files with 80 additions and 45 deletions

View file

@ -39,6 +39,7 @@ SFMLRender::SFMLRender() :
{
// force true color, but maybe I want to support different color sets
$font.loadFromFile("./assets/text.otf");
$font.setSmooth(false);
$ui_text.setFont($font);
$ui_text.setPosition(0,0);
$ui_text.setCharacterSize(UI_FONT_SIZE);