Brought the UIStack over from the previous game to use here.

This commit is contained in:
Zed A. Shaw 2026-04-08 23:01:05 -04:00
parent 25e3935170
commit 6aa1a877c9
7 changed files with 241 additions and 0 deletions

View file

@ -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();