1
0
forked from 0ad/0ad

Added some example sound definitions in template_unit_infantry.

This was SVN commit r4768.
This commit is contained in:
Matei 2007-01-13 20:13:05 +00:00
parent 2390a122fe
commit e505843bb6

View File

@ -99,6 +99,14 @@
</Actions>
<SoundGroups>
<Walk>infantry_walk.xml</Walk>
<Run>infantry_run.xml</Run>
<Death>male_death.xml</Death>
<Gather_Wood>chopping.xml</Gather_Wood>
<Gather_Stone>mining.xml</Gather_Stone>
</SoundGroups>
<Script File="scripts/entity_functions.js" />
<Event On="StartConstruction" Function="entityStartConstruction" />
</Entity>