1
1
forked from 0ad/0ad

no message

This was SVN commit r112.
This commit is contained in:
Gee 2003-11-26 02:21:37 +00:00
parent 5d70cd5260
commit 104aca8475

View File

@ -3,16 +3,5 @@
<!DOCTYPE objects SYSTEM "objects.dtd">
<objects>
<object name="a little button" type="button" size="100%-50 100%-50 100%-5 100%-5" z="22">
</object>
<object name="a little fella'" type="button" size="100%-100 100%-100 100%-20 100%-20" z="200" />
<object name="weird thing that shouldn't be a button" type="button" size="0 0 100% 50" z="20">
<object name="child1" type="button" size="100%-100 10 100%-10 40" z="22" />
<object name="child2" type="button" size="100%-200 10 100%-110 40" z="22" />
<object name="child3" type="button" size="100%-300 10 100%-210 40" z="22" />
</object>
<!-- Empty GUI -->
</objects>