diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-27 15:50:43 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-27 15:50:43 +0400 |
commit | 283c62ccf922f6e40d557151ee888901dac9fe3a (patch) | |
tree | 235e85d955ecc54ab95d248d8cc63db0fbc884c3 /monsters.xml | |
parent | 75569aaf0c1ba56370fa22aaeac6ac2637200693 (diff) | |
download | clientdata-283c62ccf922f6e40d557151ee888901dac9fe3a.tar.gz clientdata-283c62ccf922f6e40d557151ee888901dac9fe3a.tar.bz2 clientdata-283c62ccf922f6e40d557151ee888901dac9fe3a.tar.xz clientdata-283c62ccf922f6e40d557151ee888901dac9fe3a.zip |
Added new sounds for the blub and modified the first one to fit with the other ones.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index e28a8fe1..93d8f212 100644 --- a/monsters.xml +++ b/monsters.xml @@ -78,7 +78,9 @@ Example: <monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim"> <sprite>monsters/blub-little.xml</sprite> <sprite>accessories/littleblub-tentacle.xml</sprite> + <sound event="die">monsters/blub/die1.ogg</sound> <sound event="hit">monsters/blub/hit1.ogg</sound> + <sound event="spawn">monsters/blub/spawn1.ogg</sound> </monster> <!--<monster id="6" name="Blub" targetCursor="medium" walkType="walkswim"> <sprite>monsters/blub.xml</sprite> |