Fix the deer feeling like it runs in slow motion, it is now like the gazelle.

This was SVN commit r21954.
This commit is contained in:
Stan 2018-12-26 15:50:02 +00:00
parent 62266ca54c
commit b87b7d4ed4
2 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<animation file="quadraped/deer_idle_02.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_idle_03.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_walk_01.dae" name="walk" speed="35"/>
<animation file="quadraped/deer_run_01.dae" name="run" speed="20"/>
<animation file="quadraped/deer_run_01.dae" name="run" speed="15"/>
<animation file="quadraped/deer_attack_01.dae" name="attack_melee" speed="20"/>
</animations>
<mesh>skeletal/deer_mesh.dae</mesh>

View File

@ -12,12 +12,6 @@
<Position>
<Anchor>pitch</Anchor>
</Position>
<UnitMotion>
<WalkSpeed op="mul">0.3</WalkSpeed>
<Run>
<Speed op="mul">0.3</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>fauna/deer.xml</Actor>
</VisualActor>