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:
parent
34c84343db
commit
64855f3c90
6 changed files with 80 additions and 45 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue