Files
SDLPongCPP/TrooperEngineTest/xml/GUI.xml
T
2018-06-25 21:48:45 -04:00

25 lines
535 B
XML

<?xml version="1.0"?>
<GUI
debug="2">
<!--<default
orientation="vertical"
align="center"
layout="fill_parent"
padding="100, 100, 100, 100"/>-->
<Layout
padding="100,100,100,100"
orientation="HORIZONTAL">
<!--<Include dir ="xml/" filename="include.xml"/>-->
<Layout
layout=""
padding="100, 50, 25, 10"
orientation="HORIZONTAL">
<Label
text="Hello World"
padding="10,10,10,10"/>
<Label
text="Richard Allen"/>
</Layout>
</Layout>
</GUI>