1
1
forked from 0ad/0ad

Introduced a infantry "run" XML file

This was SVN commit r7533.
This commit is contained in:
MattSherman 2010-05-10 00:15:29 +00:00
parent afe29fdadf
commit 86d117d623
3 changed files with 28 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<SoundGroup>
<Gain>1</Gain>
<Pitch>1</Pitch>
<Priority>100</Priority>
<ConeGain>1</ConeGain>
<ConeInner>360</ConeInner>
<ConeOuter>360</ConeOuter>
<Looping>0</Looping>
<RandOrder>1</RandOrder>
<RandGain>0</RandGain>
<GainUpper>.5</GainUpper>
<GainLower>0</GainLower>
<RandPitch>0</RandPitch>
<PitchUpper>1.0</PitchUpper>
<PitchLower>1.0</PitchLower>
<Threshold>10</Threshold>
<Decay>3</Decay>
<Replacement>hstep_run_dirt_MN_13.ogg</Replacement>
<Path>audio/actor/human/movement/</Path>
<Sound>hstep_run_dirt_MN_13.ogg</Sound>
</SoundGroup>