Created first version of UI Generator

This commit is contained in:
2023-02-04 00:31:31 -08:00
parent 45cad7e9c7
commit 9d84470aa4
8 changed files with 622 additions and 216 deletions

View File

@ -0,0 +1,13 @@
<root
name="UITest"
UISprite="ui/UISprite.hpp"
UIEmpty="ui/UIEmpty.hpp"
UIGrid="ui/UIGrid.hpp"
>
<UIGrid name="grid" align="stretch stretch 0 0 0 0" rows="2" columns="2">
<UISprite name="rect0" grid="stretch stretch 0 0" color="COLOR_RED" />
<UISprite name="rect1" grid="stretch stretch 1 0" color="COLOR_BLUE" />
<UISprite name="rect2" grid="stretch stretch 0 1" color="COLOR_WHITE" />
<UISprite name="rect3" grid="stretch stretch 1 1" color="COLOR_BLACK" />
</UIGrid>>
</root>