Starting screen is working.
This commit is contained in:
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 |
|
|
@ -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, {});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue