This was SVN commit r5873.

This commit is contained in:
Michael D. Hafer 2008-04-10 04:38:05 +00:00
parent 7c3c73c923
commit 1751f0436a
11 changed files with 33 additions and 11 deletions

View File

@ -27,6 +27,9 @@
<variant frequency="1" name="blood-05">
<texture>props/blood_05.dds</texture>
</variant>
<variant frequency="1" name="blood-06">
<texture>props/blood_06.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>

View File

@ -4,7 +4,7 @@
<castshadow/>
<group>
<variant frequency="100" name="base">
<variant name="base">
<colour>234 234 234</colour>
<mesh>props/dude_head.pmd</mesh>
<texture>props/head/rome_veteran.dds</texture>
@ -29,6 +29,13 @@
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="death">
<texture>props/head/bloodied/rome_veteran.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -92,6 +92,9 @@
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="death">
<texture>skeletal/bloodied/rome_isp_e_1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.