Files
SDLPongCPP/.svn/pristine/1e/1e983cfa9be12d64bcb5331a4c5b1f4701aba14c.svn-base
T
2018-06-25 21:48:45 -04:00

16 lines
268 B
XML

<?xml version="1.0"?>
<GUI
orientation="vertical"
align="center"
layout="fill_parent"
padding="10, 10, 10, 10"
debug="2">
<Layout
orientation="HORIZONTAL">
<Label
text="Hello World"
padding=""/>
<Label
text="Richard Allen"/>
</Layout>
</GUI>