1
0
forked from 0ad/0ad

Added <soundgroup> for cavalry steps XML and added Run to infnatry

This was SVN commit r7534.
This commit is contained in:
MattSherman 2010-05-10 00:17:24 +00:00
parent 86d117d623
commit ecccf4c0d7
2 changed files with 4 additions and 2 deletions

View File

@ -70,7 +70,9 @@
</Run>
</Move>
</Actions>
<SoundGroups>
<SoundGroups>
<Walk>audio/actor/mounted/movement/walk.xml</Walk>
<Run>audio/actor/mounted/movement/walk.xml</Run>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/fauna/death/death_horse.xml</Death>
</SoundGroups>

View File

@ -107,7 +107,7 @@
</Actions>
<SoundGroups>
<Walk>audio/actor/human/movement/walk.xml</Walk>
<Run>audio/actor/human/movement/walk.xml</Run>
<Run>audio/actor/human/movement/run.xml</Run>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/human/death/death.xml</Death>
<Build>audio/resource/construction/con_wood.xml</Build>