diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-02 09:44:02 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-02 09:44:02 +0200 |
commit | a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc (patch) | |
tree | 6750d0cc92ded165fdca648c768550fc956f0218 | |
parent | a4a57004898736078be8bf000b07316ad7ffe62e (diff) | |
download | clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.tar.gz clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.tar.bz2 clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.tar.xz clientdata-a36e6b5bcb6d74cca36ee5ed1aa9d2d193a464cc.zip |
Fixed the infos in the new croconut sound effects.
Added the croconut's sound effects in monsters.xml.
Fixed few errors in monsters.xml.
-rw-r--r-- | monsters.xml | 10 | ||||
-rw-r--r-- | sfx/monsters/croconut/hurt1.ogg | bin | 5292 -> 5364 bytes | |||
-rw-r--r-- | sfx/monsters/croconut/hurt2.ogg | bin | 5362 -> 5434 bytes | |||
-rw-r--r-- | sfx/monsters/croconut/hurt3.ogg | bin | 5664 -> 5736 bytes |
4 files changed, 6 insertions, 4 deletions
diff --git a/monsters.xml b/monsters.xml index f15d00ba..756f965d 100644 --- a/monsters.xml +++ b/monsters.xml @@ -59,11 +59,11 @@ 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/die1.ogg</sound> + <sound event="die">monsters/ratto/die1.ogg</sound> <sound event="hit">monsters/ratto/hit1.ogg</sound> <sound event="hit">monsters/ratto/hit2.ogg</sound> - <sound event="hit">monsters/ratto/hurt1.ogg</sound> - <sound event="hit">monsters/ratto/spawn1.ogg</sound> + <sound event="hurt">monsters/ratto/hurt1.ogg</sound> + <sound event="spawn">monsters/ratto/spawn1.ogg</sound> </monster> <monster id="4" name="Croc" targetCursor="small" walkType="walk"> <sound event="hit">monsters/croc/hit1.ogg</sound> @@ -91,7 +91,9 @@ exemple : </monster> --> <monster id="8" name="Croco Tree" targetCursor="large"> <sprite>monsters/croconut.xml</sprite> + <sound event="die">monsters/croconut/die1.ogg</sound> <sound event="hurt">monsters/croconut/hurt1.ogg</sound> - <sound event="die">monsters/croconut/die1.ogg</sound> + <sound event="hurt">monsters/croconut/hurt2.ogg</sound> + <sound event="hurt">monsters/croconut/hurt3.ogg</sound> </monster> </monsters> diff --git a/sfx/monsters/croconut/hurt1.ogg b/sfx/monsters/croconut/hurt1.ogg Binary files differindex afa2a37c..f6389d09 100644 --- a/sfx/monsters/croconut/hurt1.ogg +++ b/sfx/monsters/croconut/hurt1.ogg diff --git a/sfx/monsters/croconut/hurt2.ogg b/sfx/monsters/croconut/hurt2.ogg Binary files differindex 983aabd0..a2130bb2 100644 --- a/sfx/monsters/croconut/hurt2.ogg +++ b/sfx/monsters/croconut/hurt2.ogg diff --git a/sfx/monsters/croconut/hurt3.ogg b/sfx/monsters/croconut/hurt3.ogg Binary files differindex 86b3df5e..3f23a992 100644 --- a/sfx/monsters/croconut/hurt3.ogg +++ b/sfx/monsters/croconut/hurt3.ogg |