1
0
forked from 0ad/0ad

#New curved Roman Scutum shield. Looks awesome!

This was SVN commit r4107.
This commit is contained in:
Michael D. Hafer 2006-07-13 21:51:57 +00:00
parent 7bc8de70c7
commit e202373983
2 changed files with 19 additions and 2 deletions

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<mesh>props/shield/scutum_c_f.pmd</mesh>
<mesh>props/shield/scutum_r_f.pmd</mesh>
<props>
<prop actor="props/units/shields/scutum_back.xml" attachpoint="back"/>
<prop actor="props/units/shields/rome_scutum_back.xml" attachpoint="back"/>
</props>
</variant>
</group>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/shield/scutum_r_b.pmd</mesh>
<texture>props/shield/celt_oval1_back.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>