diff options
-rw-r--r-- | graphics/sprites/monsters/crocotree.png (renamed from graphics/sprites/monsters/croconut.png) | bin | 2736 -> 2736 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/crocotree.xml (renamed from graphics/sprites/monsters/croconut.xml) | 2 | ||||
-rw-r--r-- | monsters.xml | 10 | ||||
-rw-r--r-- | sfx/monsters/crocotree/die1.ogg (renamed from sfx/monsters/croconut/die1.ogg) | bin | 13337 -> 13338 bytes | |||
-rw-r--r-- | sfx/monsters/crocotree/hurt1.ogg (renamed from sfx/monsters/croconut/hurt1.ogg) | bin | 5318 -> 5319 bytes | |||
-rw-r--r-- | sfx/monsters/crocotree/hurt2.ogg (renamed from sfx/monsters/croconut/hurt2.ogg) | bin | 5476 -> 5477 bytes | |||
-rw-r--r-- | sfx/monsters/crocotree/hurt3.ogg (renamed from sfx/monsters/croconut/hurt3.ogg) | bin | 5805 -> 5806 bytes |
7 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/monsters/croconut.png b/graphics/sprites/monsters/crocotree.png Binary files differindex 5517da05..5517da05 100644 --- a/graphics/sprites/monsters/croconut.png +++ b/graphics/sprites/monsters/crocotree.png diff --git a/graphics/sprites/monsters/croconut.xml b/graphics/sprites/monsters/crocotree.xml index 5d5ce5b0..c1cf0336 100644 --- a/graphics/sprites/monsters/croconut.xml +++ b/graphics/sprites/monsters/crocotree.xml @@ -10,7 +10,7 @@ Copyright (C) 2010-2012 Evol Online --> <sprite> <imageset name="mob" - src="graphics/sprites/monsters/croconut.png" + src="graphics/sprites/monsters/crocotree.png" width="18" height="18" offsetX="32" diff --git a/monsters.xml b/monsters.xml index 4be8a606..9f278b59 100644 --- a/monsters.xml +++ b/monsters.xml @@ -92,11 +92,11 @@ Example: <sprite>accessories/blub-tophat.xml</sprite> </monster>--> <monster id="8" name="Crocotree" 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="hurt">monsters/croconut/hurt2.ogg</sound> - <sound event="hurt">monsters/croconut/hurt3.ogg</sound> + <sprite>monsters/crocotree.xml</sprite> + <sound event="die">monsters/crocotree/die1.ogg</sound> + <sound event="hurt">monsters/crocotree/hurt1.ogg</sound> + <sound event="hurt">monsters/crocotree/hurt2.ogg</sound> + <sound event="hurt">monsters/crocotree/hurt3.ogg</sound> </monster> <monster id="9" name="Plushroom Field" targetCursor="large" sortOffsetY="31"> <sprite>monsters/plushroom.xml</sprite> diff --git a/sfx/monsters/croconut/die1.ogg b/sfx/monsters/crocotree/die1.ogg Binary files differindex 8edf7588..c0d6cb12 100644 --- a/sfx/monsters/croconut/die1.ogg +++ b/sfx/monsters/crocotree/die1.ogg diff --git a/sfx/monsters/croconut/hurt1.ogg b/sfx/monsters/crocotree/hurt1.ogg Binary files differindex 90619df9..1eb516d6 100644 --- a/sfx/monsters/croconut/hurt1.ogg +++ b/sfx/monsters/crocotree/hurt1.ogg diff --git a/sfx/monsters/croconut/hurt2.ogg b/sfx/monsters/crocotree/hurt2.ogg Binary files differindex 56db1fb6..d2d0c24d 100644 --- a/sfx/monsters/croconut/hurt2.ogg +++ b/sfx/monsters/crocotree/hurt2.ogg diff --git a/sfx/monsters/croconut/hurt3.ogg b/sfx/monsters/crocotree/hurt3.ogg Binary files differindex 1384f361..af3524ae 100644 --- a/sfx/monsters/croconut/hurt3.ogg +++ b/sfx/monsters/crocotree/hurt3.ogg |