1
1
forked from 0ad/0ad

Selection sounds added to siege ballista and onager

This was SVN commit r9390.
This commit is contained in:
Pureon 2011-05-02 14:48:02 +00:00
parent c02818ceea
commit e8a2ed69f7
2 changed files with 10 additions and 0 deletions

View File

@ -41,4 +41,9 @@
<Vision>
<Range>80</Range>
</Vision>
<Sound>
<SoundGroups>
<select>attack/siege/siege_select.xml</select>
</SoundGroups>
</Sound>
</Entity>

View File

@ -40,4 +40,9 @@
<Vision>
<Range>90</Range>
</Vision>
<Sound>
<SoundGroups>
<select>attack/siege/siege_select.xml</select>
</SoundGroups>
</Sound>
</Entity>