13 lines
510 B
XML
13 lines
510 B
XML
<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> |