Brought the UIStack over from the previous game to use here.
This commit is contained in:
parent
25e3935170
commit
6aa1a877c9
7 changed files with 241 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ namespace guecs {
|
|||
shared_ptr<sf::Font> $font = nullptr;
|
||||
lel::Parser $parser;
|
||||
string $grid = "";
|
||||
// BUG: check for this to prevent bugs, or find a way to shape the API so you
|
||||
// simply can't get it wrong
|
||||
bool initialized = false;
|
||||
|
||||
UI();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue