Files
SDLPongCPP/TrooperEngineTest/xml/GUIXMLAlignTest.xml
T
2018-08-15 22:04:06 -04:00

10 lines
258 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>