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
+25
View File
@@ -0,0 +1,25 @@
<?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>