Starting screen is working.

This commit is contained in:
Zed A. Shaw 2026-04-04 23:43:15 -04:00
parent 52bb4b2497
commit 21e8f4ce78
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

After

Width:  |  Height:  |  Size: 135 KiB

Before After
Before After

View file

@ -34,7 +34,7 @@ namespace gui {
for(auto& [name, cell] : $gui.cells()) { for(auto& [name, cell] : $gui.cells()) {
auto ui_id = $gui.entity(name); auto ui_id = $gui.entity(name);
$gui.set<guecs::Text>(ui_id, {guecs::to_wstring(name)}); $gui.set<guecs::Text>(ui_id, {guecs::to_wstring(name), 40});
$gui.set<guecs::Rectangle>(ui_id, {5, guecs::THEME.DARK_MID}); $gui.set<guecs::Rectangle>(ui_id, {5, guecs::THEME.DARK_MID});
$gui.set<guecs::Effect>(ui_id, {}); $gui.set<guecs::Effect>(ui_id, {});