1
0
forked from 0ad/0ad

no message

This was SVN commit r39.
This commit is contained in:
Gee 2003-11-06 11:56:13 +00:00
parent da6d6c60a9
commit cbfed3b0f7

View File

@ -3,6 +3,11 @@
<!DOCTYPE objects SYSTEM "objects.dtd">
<objects>
<object name="Button2" type="button" size1024="120 120 220 220" style="hello" z="20" />
<object name="Button2" type="button" size1024="100 100 200 200" style="hello" z="0" />
<object name="Button3" type="button" size1024="120 120 220 220" style="hello" z="20">
<object name="Child" type="button" size1024="140 140 300 200" z="22">
<object name="ChildsChilds" type="button" size1024="200 150 400 190" z="24"></object>
</object>
</object>
</objects>