Add project files.

This commit is contained in:
2018-06-25 21:48:45 -04:00
parent b04a25689b
commit 3c1b7d28e8
425 changed files with 35333 additions and 0 deletions
@@ -0,0 +1,16 @@
<?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>