diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 15:08:33 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 15:08:33 +0200 |
commit | d06cbc8c58278a752bc3f404434bc3e9c1c96ca3 (patch) | |
tree | 4c3017c19e39aeb825f88b0e810d80b10377b412 | |
parent | 9924634d19b0cf91094df37d3897d376126e8233 (diff) | |
download | clientdata-d06cbc8c58278a752bc3f404434bc3e9c1c96ca3.tar.gz clientdata-d06cbc8c58278a752bc3f404434bc3e9c1c96ca3.tar.bz2 clientdata-d06cbc8c58278a752bc3f404434bc3e9c1c96ca3.tar.xz clientdata-d06cbc8c58278a752bc3f404434bc3e9c1c96ca3.zip |
Renamed "littleblub" to "blub-little" for later, when another version of the blub will be added.
-rw-r--r-- | graphics/sprites/monsters/blub-little.png (renamed from graphics/sprites/monsters/littleblub.png) | bin | 539 -> 539 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/blub-little.xml (renamed from graphics/sprites/monsters/littleblub.xml) | 2 | ||||
-rw-r--r-- | monsters.xml | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/littleblub.png b/graphics/sprites/monsters/blub-little.png Binary files differindex 2513fe3d..2513fe3d 100644 --- a/graphics/sprites/monsters/littleblub.png +++ b/graphics/sprites/monsters/blub-little.png diff --git a/graphics/sprites/monsters/littleblub.xml b/graphics/sprites/monsters/blub-little.xml index 7af00c0e..31ef6525 100644 --- a/graphics/sprites/monsters/littleblub.xml +++ b/graphics/sprites/monsters/blub-little.xml @@ -2,7 +2,7 @@ <!-- Original Author : Reid Copyright (C) 2011 Evol Online --> <sprite> - <imageset name="octopus" src="graphics/sprites/monsters/littleblub.png" width="9" height="9" offsetY="-11"/> + <imageset name="octopus" src="graphics/sprites/monsters/blub-little.png" width="9" height="9" offsetY="-11"/> <action name="spawn" imageset="octopus"> diff --git a/monsters.xml b/monsters.xml index 75b6e17f..de86703a 100644 --- a/monsters.xml +++ b/monsters.xml @@ -76,7 +76,7 @@ exemple : <sprite>monsters/croc.xml</sprite> </monster> <monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim"> - <sprite>monsters/littleblub.xml</sprite> + <sprite>monsters/blub-little.xml</sprite> <sprite>accessories/acc-littleblub-tentacle.xml</sprite> <sound event="hit">monsters/blub/blub-hit1.ogg</sound> </monster> |