summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-05-28 02:32:12 +0200
committerAlige <aligetmw@hotmail.fr>2012-05-28 02:32:12 +0200
commit8b5105dbcd52aea15170403bd9070f6cbc5947eb (patch)
tree3d7f95ea61ce24e04d7caa7ed766f02c8b2b6445 /monsters.xml
parente82bf1ccc833c40a9e84418180ee9bfb855b36ae (diff)
downloadclientdata-8b5105dbcd52aea15170403bd9070f6cbc5947eb.tar.gz
clientdata-8b5105dbcd52aea15170403bd9070f6cbc5947eb.tar.bz2
clientdata-8b5105dbcd52aea15170403bd9070f6cbc5947eb.tar.xz
clientdata-8b5105dbcd52aea15170403bd9070f6cbc5947eb.zip
Renamed some dying sound effects from "dying" to "die" for clarity.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml
index 2fe90134..ff8830d4 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -48,7 +48,7 @@ exemple :
<sound event="spawn">monsters/piou/piou-spawn-1.ogg</sound>
</monster>
<monster id="2" name="Tortugas" targetCursor="small" walkType="walkswim">
- <sound event="die">monsters/tortugas/tortugas-dying1.ogg</sound>
+ <sound event="die">monsters/tortugas/tortugas-die1.ogg</sound>
<sound event="hit">monsters/tortugas/tortugas-hit1.ogg</sound>
<sound event="hit">monsters/tortugas/tortugas-hit2.ogg</sound>
<sound event="hurt">monsters/tortugas/tortugas-hurt1.ogg</sound>
@@ -59,7 +59,7 @@ exemple :
<monster id="3" name="Ratto" targetCursor="small" walkType="walk">
<sprite>monsters/ratto.xml</sprite>
<sprite>accessories/ratto-tail.xml</sprite>
- <sound event="hit">monsters/ratto/ratto-dying1.ogg</sound>
+ <sound event="hit">monsters/ratto/ratto-die1.ogg</sound>
<sound event="hit">monsters/ratto/ratto-hit1.ogg</sound>
<sound event="hit">monsters/ratto/ratto-hit2.ogg</sound>
<sound event="hit">monsters/ratto/ratto-hurt1.ogg</sound>
@@ -92,6 +92,6 @@ exemple :
<monster id="8" name="Coco Tree" targetCursor="large">
<sprite>monsters/coconut.xml</sprite>
<sound event="hurt">monsters/coconut/coconut-hurt1.ogg</sound>
- <sound event="die">monsters/coconut/coconut-dying1.ogg</sound>
+ <sound event="die">monsters/coconut/coconut-die1.ogg</sound>
</monster>
</monsters>