1
0
forked from 0ad/0ad

This was SVN commit r4217.

This commit is contained in:
Michael D. Hafer 2006-08-10 22:44:24 +00:00
parent 4dbed4678e
commit 0ba281e702
3 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="base">
<mesh>props/shield/round_h_f.pmd</mesh>
@ -11,8 +13,17 @@
</group>
<group>
<variant name="n">
<texture>props/shield/hele_round_n.dds</texture>
<variant name="shield-mora-a">
<texture>props/shield/hele_spartan_a.dds</texture>
</variant>
<variant name="shield-mora-b">
<texture>props/shield/hele_spartan_b.dds</texture>
</variant>
<variant name="shield-mora-c">
<texture>props/shield/hele_spartan_c.dds</texture>
</variant>
<variant name="shield-mora-d">
<texture>props/shield/hele_spartan_d.dds</texture>
</variant>
</group>

View File

@ -12,7 +12,7 @@
<group>
<variant name="o">
<texture>props/shield/hele_round_o.dds</texture>
<texture>props/shield/hele_round_h.dds</texture>
</variant>
</group>

View File

@ -14,7 +14,7 @@
<group>
<variant name="h">
<texture>props/shield/hele_round_h.dds</texture>
<texture>props/shield/hele_round_o.dds</texture>
</variant>
</group>