Initial GUECS refactor is done, it's now on its own with no other dependencies, but now I need to trim it down to do only what it needs.

This commit is contained in:
Zed A. Shaw 2025-05-04 11:56:30 -04:00
parent 20176cf54a
commit 1780a758b3
5 changed files with 152 additions and 87 deletions

View file

@ -31,7 +31,7 @@ namespace gui {
}
void StatusUI::init() {
$gui.world().set_the<Background>({$gui.$parser});
$gui.set_the<Background>({$gui.$parser});
for(auto& [name, cell] : $gui.cells()) {
if(name == "log_view") {