1
0
forked from 0ad/0ad

Random house test for Stuart to experiment with

This was SVN commit r2060.
This commit is contained in:
Wijitmaker 2005-03-27 07:01:39 +00:00
parent 204960c8ee
commit 6b10c4f52d

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<group>
<variant frequency="10" name="House A">
<mesh>structural/iber_ho_a.pmd</mesh>
<props>
<prop actor="props/iberians/iber_ho_a.xml" attachpoint="props_main"/>
</props>
<texture>structural/iber_struct_a.dds</texture>
</variant>
<variant frequency="10" name="House B">
<mesh>structural/iber_ho_b.pmd</mesh>
<props>
<prop actor="props/iberians/iber_ho_b.xml" attachpoint="props_main"/>
</props>
<texture>structural/iber_struct_a.dds</texture>
</variant>
<variant frequency="10" name="House C">
<mesh>structural/iber_ho_c.pmd</mesh>
<props>
<prop actor="props/iberians/iber_ho_c.xml" attachpoint="props_main"/>
</props>
<texture>structural/iber_struct_a.dds</texture>
</variant>
</group>
</actor>