0ad/binaries/data/mods/public/art/actors/fauna/zebra.xml
gregory 3c299a80e5 Adding WIP zebra animations.
This was SVN commit r11131.
2012-02-23 21:49:20 +00:00

33 lines
963 B
XML

<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Zebra">
<mesh>skeletal/zebra.dae</mesh>
<texture>skeletal/animal_zebra.dds</texture>
<animations>
<animation file="quadraped/zebra_idle.dae" name="walk" speed="30" />
<animation file="quadraped/zebra_walk.dae" name="walk" speed="30" />
<animation file="quadraped/zebra_run.dae" name="run" speed="25" />
</animations>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>