0ad/binaries/data/mods/official/art/actors/units/dudette.xml
Ykkrosh 75b291931d Actor reorganisation
This was SVN commit r2763.
2005-09-23 03:54:51 +00:00

23 lines
725 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/dudeidle.psa" name="Idle" speed="100"/>
<animation file="biped/dudewalk.psa" name="Walk" speed="20"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
</animations>
<mesh>skeletal/dudette.pmd</mesh>
<props>
<prop actor="props/units/heads/dudette_head.xml" attachpoint="PropHead"/>
</props>
<texture>skeletal/dudette.dds</texture>
</variant>
</group>
</actor>