1
0
forked from mirrors/0ad

Fixed idle animation being used as walk animation.

This was SVN commit r11132.
This commit is contained in:
gregory
2012-02-23 21:58:44 +00:00
parent 3c299a80e5
commit f98abf1bf2
@@ -6,7 +6,7 @@
<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_idle.dae" name="idle" speed="30" />
<animation file="quadraped/zebra_walk.dae" name="walk" speed="30" />
<animation file="quadraped/zebra_run.dae" name="run" speed="25" />
</animations>