1
0
forked from 0ad/0ad

iberian special building actor

This was SVN commit r11743.
This commit is contained in:
egbert 2012-05-04 09:46:11 +00:00
parent 964f58504c
commit 99d8d03988

View File

@ -1,15 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="base">
<mesh>structural/iber_sb_mon_1.dae</mesh>
<props>
<prop actor="props/structures/iberians/sb_1_a.xml" attachpoint="root"/>
<prop actor="props/structures/iberians/sb_1_b.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_2x2.xml" attachpoint="root"/>
</props>
<texture>structural/iber_struct.dds</texture>
</variant>
</group>
</actor>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="base">
<mesh>structural/iber_sb_mon_1.dae</mesh>
<props>
<prop actor="props/structures/iberians/sb_1_a.xml" attachpoint="root"/>
<prop actor="props/structures/iberians/sb_1_b.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_2x2.xml" attachpoint="root"/>
<prop actor="props/structures/iberians/iber_bull_statue.xml" attachpoint="statue"/>
<prop actor="props/structures/iberians/iber_lion_statue_small.xml" attachpoint="deco1"/>
<prop actor="props/structures/iberians/iber_lion_statue_small.xml" attachpoint="deco2"/>
</props>
<texture>structural/iber_struct.png</texture>
</variant>
</group>
</actor>