1
0
forked from 0ad/0ad

run tweaks

This was SVN commit r3347.
This commit is contained in:
Wijitmaker 2006-01-09 03:28:31 +00:00
parent 5633336231
commit e45a9afaf0
2 changed files with 6 additions and 4 deletions

View File

@ -13,9 +13,9 @@
<animation file="biped/dudedeath_sword.psa" name="Death" speed="200"/>
<animation file="biped/dudedecay_sword.psa" name="Decay" speed="100"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_a.psa" name="Attack" speed="100"/>
<animation file="biped/inf_sword_shield_run_a.psa" name="Run" speed="100"/>
<animation file="biped/inf_sword_shield_run_b.psa" name="Run" speed="100"/>
<animation file="biped/inf_sword_shield_run_c.psa" name="Run" speed="100"/>
<animation file="biped/inf_sword_shield_run_a.psa" name="Run" speed="10"/>
<animation file="biped/inf_sword_shield_run_b.psa" name="Run" speed="10"/>
<animation file="biped/inf_sword_shield_run_c.psa" name="Run" speed="10"/>
</animations>
<mesh>skeletal/m_pants_c.pmd</mesh>
<props>

View File

@ -19,7 +19,9 @@
<Actions>
<Move>
<Run>
<Speed>10.0</Speed>
<Speed>15.0</Speed>
<Range>50.0</Range>
<RangeMin>10.0</RangeMin>
</Run>
</Move>
</Actions>