diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-28 02:32:12 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-28 02:32:12 +0200 |
commit | 8b5105dbcd52aea15170403bd9070f6cbc5947eb (patch) | |
tree | 3d7f95ea61ce24e04d7caa7ed766f02c8b2b6445 | |
parent | e82bf1ccc833c40a9e84418180ee9bfb855b36ae (diff) | |
download | clientdata-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.
-rw-r--r-- | monsters.xml | 6 | ||||
-rw-r--r-- | sfx/monsters/ratto/ratto-die1.ogg (renamed from sfx/monsters/ratto/ratto-dying1.ogg) | bin | 13335 -> 13333 bytes | |||
-rw-r--r-- | sfx/monsters/tortugas/tortugas-die1.ogg (renamed from sfx/monsters/tortugas/tortugas-dying1.ogg) | bin | 17521 -> 17519 bytes |
3 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> diff --git a/sfx/monsters/ratto/ratto-dying1.ogg b/sfx/monsters/ratto/ratto-die1.ogg Binary files differindex d06fd765..1ae07f81 100644 --- a/sfx/monsters/ratto/ratto-dying1.ogg +++ b/sfx/monsters/ratto/ratto-die1.ogg diff --git a/sfx/monsters/tortugas/tortugas-dying1.ogg b/sfx/monsters/tortugas/tortugas-die1.ogg Binary files differindex c7aa302d..6655c030 100644 --- a/sfx/monsters/tortugas/tortugas-dying1.ogg +++ b/sfx/monsters/tortugas/tortugas-die1.ogg |