summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monsters.xml4
-rw-r--r--sfx/monsters/plushroom/die1.oggbin0 -> 7991 bytes
-rw-r--r--sfx/monsters/plushroom/die2.oggbin0 -> 9028 bytes
-rw-r--r--sfx/monsters/plushroom/spawn1.oggbin0 -> 16384 bytes
-rw-r--r--sfx/monsters/plushroom/spawn2.oggbin0 -> 16324 bytes
5 files changed, 3 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index 93d8f212..b091095f 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -100,7 +100,9 @@ Example:
</monster>
<monster id="9" name="Plushroom Field" targetCursor="large" sortOffsetY="31">
<sprite>monsters/plushroom.xml</sprite>
- <sound event="spawn">monsters/plushroom/spawn1.ogg</sound>
<sound event="die">monsters/plushroom/die1.ogg</sound>
+ <sound event="die">monsters/plushroom/die2.ogg</sound>
+ <sound event="spawn">monsters/plushroom/spawn1.ogg</sound>
+ <sound event="spawn">monsters/plushroom/spawn2.ogg</sound>
</monster>
</monsters>
diff --git a/sfx/monsters/plushroom/die1.ogg b/sfx/monsters/plushroom/die1.ogg
new file mode 100644
index 00000000..17673d3f
--- /dev/null
+++ b/sfx/monsters/plushroom/die1.ogg
Binary files differ
diff --git a/sfx/monsters/plushroom/die2.ogg b/sfx/monsters/plushroom/die2.ogg
new file mode 100644
index 00000000..d38e767e
--- /dev/null
+++ b/sfx/monsters/plushroom/die2.ogg
Binary files differ
diff --git a/sfx/monsters/plushroom/spawn1.ogg b/sfx/monsters/plushroom/spawn1.ogg
new file mode 100644
index 00000000..770a43ea
--- /dev/null
+++ b/sfx/monsters/plushroom/spawn1.ogg
Binary files differ
diff --git a/sfx/monsters/plushroom/spawn2.ogg b/sfx/monsters/plushroom/spawn2.ogg
new file mode 100644
index 00000000..736c47ff
--- /dev/null
+++ b/sfx/monsters/plushroom/spawn2.ogg
Binary files differ