1
0
forked from 0ad/0ad

This was SVN commit r6890.

This commit is contained in:
Michael D. Hafer 2009-05-25 22:44:34 +00:00
parent c535ef2710
commit b2798d290c
3 changed files with 6 additions and 14 deletions

View File

@ -5,7 +5,7 @@
<variant name="base">
<mesh>props/shield/aspis_f.dae</mesh>
<props>
<prop actor="props/units/shields/hele_aspis_back.xml" attachpoint="back"/>
<prop actor="props/units/shields/hele_aspis_back.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="base">
<mesh>props/shield/round_h_f.pmd</mesh>
<mesh>props/shield/aspis_f.dae</mesh>
<props>
<prop actor="props/units/shields/mace_round_hypaspist_back.xml" attachpoint="back"/>
<prop actor="props/units/shields/mace_round_hypaspist_back.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="silver-shield-a">
<texture>props/shield/mace_silver_a.dds</texture>
@ -20,7 +17,5 @@
<texture>props/shield/mace_silver_b.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/shield/round_h_b.pmd</mesh>
<mesh>props/shield/aspis_b.dae</mesh>
<texture>props/shield/mace_round_back.dds</texture>
</variant>
</group>
</actor>