summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-27 15:50:43 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-27 15:50:43 +0400
commit283c62ccf922f6e40d557151ee888901dac9fe3a (patch)
tree235e85d955ecc54ab95d248d8cc63db0fbc884c3
parent75569aaf0c1ba56370fa22aaeac6ac2637200693 (diff)
downloadclientdata-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.
-rw-r--r--monsters.xml2
-rw-r--r--sfx/monsters/blub/die1.oggbin0 -> 53715 bytes
-rw-r--r--sfx/monsters/blub/hit1.oggbin17948 -> 17003 bytes
-rw-r--r--sfx/monsters/blub/spawn1.oggbin0 -> 41236 bytes
4 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>
diff --git a/sfx/monsters/blub/die1.ogg b/sfx/monsters/blub/die1.ogg
new file mode 100644
index 00000000..b79d043f
--- /dev/null
+++ b/sfx/monsters/blub/die1.ogg
Binary files differ
diff --git a/sfx/monsters/blub/hit1.ogg b/sfx/monsters/blub/hit1.ogg
index 23b871ac..56d37ebb 100644
--- a/sfx/monsters/blub/hit1.ogg
+++ b/sfx/monsters/blub/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/blub/spawn1.ogg b/sfx/monsters/blub/spawn1.ogg
new file mode 100644
index 00000000..d711e396
--- /dev/null
+++ b/sfx/monsters/blub/spawn1.ogg
Binary files differ