# Two new updated animations for the chop and the mine actions. Updated test actor accordingly.

This was SVN commit r3679.
This commit is contained in:
Wijitmaker 2006-03-24 12:11:46 +00:00
parent ad8c29a8c7
commit e72adfff5c
4 changed files with 9 additions and 3 deletions

View File

@ -70,7 +70,7 @@
<group>
<variant name="Chop">
<animations>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
<animation file="biped/chop.psa" name="Chop" speed="150"/>
</animations>
<props>
<prop actor="props/units/tools/prop_handscythe.xml" attachpoint="r_hand"/>
@ -92,7 +92,7 @@
<group>
<variant name="Forage">
<animations>
<animation file="biped/gather.psa" name="Forage" speed="5"/>
<animation file="biped/forage.psa" name="Forage" speed="5"/>
</animations>
</variant>
</group>
@ -100,7 +100,7 @@
<group>
<variant name="Mine">
<animations>
<animation file="biped/dudechop.psa" name="Mine" speed="150"/>
<animation file="biped/mine.psa" name="Mine" speed="150"/>
</animations>
<props>
<prop actor="props/units/tools/prop_spade.xml" attachpoint="r_hand"/>

BIN
binaries/data/mods/official/art/animation/biped/chop.psa (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/official/art/animation/biped/mine.psa (Stored with Git LFS) Normal file

Binary file not shown.