Created first version of UI Generator
This commit is contained in:
13
assets/games/pokergame/ui/uitest.xml
Normal file
13
assets/games/pokergame/ui/uitest.xml
Normal 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>
|
Reference in New Issue
Block a user