Scenes are now ready to be worked on.
This commit is contained in:
parent
2dec4ec993
commit
e113c0bc97
10 changed files with 67 additions and 10 deletions
|
|
@ -29,7 +29,7 @@ namespace gui {
|
|||
auto gui_id = $gui.entity(name);
|
||||
|
||||
$gui.set<Text>(gui_id, {guecs::to_wstring(name)});
|
||||
$gui.set<Rectangle>(gui_id, {1, {255, 0, 0, 255}});
|
||||
$gui.set<Rectangle>(gui_id, {1, THEME.TRANSPARENT});
|
||||
$gui.set<Meter>(gui_id, {1.0f, THEME.DARK_MID, {}});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue