1
0
forked from 0ad/0ad

This was SVN commit r4920.

This commit is contained in:
Michael D. Hafer 2007-02-20 05:51:33 +00:00
parent 5aad92372c
commit 95b3866fc5
3 changed files with 21 additions and 10 deletions

View File

@ -4,11 +4,11 @@
<castshadow/>
<group>
<variant frequency="1" name="Helmet-Corinthian-Nocrest-VarC">
<variant frequency="1" name="Helmet-Corinthian-Nocrest-VarD">
<mesh>props/helmet/hele_helmet_d.pmd</mesh>
<texture>props/helmet/hele_d1.dds</texture>
</variant>
<variant frequency="1" name="Helmet-Corinthian-Nocrest-VarD">
<variant frequency="1" name="Helmet-Corinthian-Nocrest-VarE">
<mesh>props/helmet/hele_helmet_e.pmd</mesh>
<texture>props/helmet/hele_d1.dds</texture>
</variant>

View File

@ -20,14 +20,6 @@
<mesh>props/helmet/hele_helmet_o.pmd</mesh>
<texture>props/helmet/hele_d1.dds</texture>
</variant>
<variant frequency="1" name="Helmet-Illyrian-Crested">
<mesh>props/helmet/hele_helmet_k.pmd</mesh>
<texture>props/helmet/hele_b1.dds</texture>
</variant>
<variant frequency="1" name="Helmet-Attic-Crested">
<mesh>props/helmet/hele_helmet_s.pmd</mesh>
<texture>props/helmet/hele_h1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Helmet-Illyrian-Crested">
<mesh>props/helmet/hele_helmet_k.pmd</mesh>
<texture>props/helmet/hele_b1.dds</texture>
</variant>
<variant frequency="1" name="Helmet-Attic-Crested">
<mesh>props/helmet/hele_helmet_s.pmd</mesh>
<texture>props/helmet/hele_h1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>