Files
SDLPongCPP/TrooperEngineTest/xml/GUIXMLAlignTest.xml
T
2018-08-30 09:16:39 -04:00

10 lines
259 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Panel size="400,400">
<debug />
<Layout>
<Label align="left">Hello world Left</Label>
<Label align="center">Hello world Center</Label>
<Label align="right">Hello world Right</Label>
</Layout>
</Panel>