mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Random house test for Stuart to experiment with
This was SVN commit r2060.
This commit is contained in:
parent
204960c8ee
commit
6b10c4f52d
1 changed files with 28 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue