1
0
forked from 0ad/0ad

few xml error fixes

This was SVN commit r2882.
This commit is contained in:
Wijitmaker 2005-10-09 11:17:40 +00:00
parent c468eedbbb
commit f2862de50e
2 changed files with 5 additions and 5 deletions

View File

@ -5,21 +5,21 @@
<variant frequency="10" name="House A">
<mesh>structural/celt_ho_1.pmd</mesh>
<props>
<prop actor="props/celts/celt_house1_prop.xml" attachpoint="PropCandyA"/>
<prop actor="props/structures/celts/house1_prop.xml" attachpoint="PropCandyA"/>
</props>
<texture>structural/celt_struct_1.dds</texture>
</variant>
<variant frequency="10" name="House B">
<mesh>structural/celt_ho_2.pmd</mesh>
<props>
<prop actor="props/celts/celt_house2_prop.xml" attachpoint="PropCandyA"/>
<prop actor="props/structures/celts/house2_prop.xml" attachpoint="PropCandyA"/>
</props>
<texture>structural/celt_struct_1.dds</texture>
</variant>
<variant frequency="10" name="House C">
<mesh>structural/celt_ho_3.pmd</mesh>
<props>
<prop actor="props/celts/celt_house3_prop.xml" attachpoint="PropCandyA"/>
<prop actor="props/structures/celts/house3_prop.xml" attachpoint="PropCandyA"/>
</props>
<texture>structural/celt_struct_1.dds</texture>
</variant>

Binary file not shown.