summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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