diff options
author | Reid <reidyaro@gmail.com> | 2015-06-29 02:14:57 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-29 02:14:57 +0200 |
commit | b783cb87ade42b0a6793f4fe197886b8b682811b (patch) | |
tree | 261001484e8252e6102b4fcc664c0116558e32cf /monsters.xml | |
parent | 8b01b6b3cb9ffca8d992cc51b82a3abca8522055 (diff) | |
download | clientdata-b783cb87ade42b0a6793f4fe197886b8b682811b.tar.gz clientdata-b783cb87ade42b0a6793f4fe197886b8b682811b.tar.bz2 clientdata-b783cb87ade42b0a6793f4fe197886b8b682811b.tar.xz clientdata-b783cb87ade42b0a6793f4fe197886b8b682811b.zip |
Fix a wrong sprite issue on monsters.xml.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index b858ec40..1ddaaab1 100644 --- a/monsters.xml +++ b/monsters.xml @@ -68,7 +68,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="spawn">monsters/croc/spawn1.ogg</sound> </monster> <monster id="5" name="Little Blub" targetCursor="small" walkType="walkswim" sortOffsetY="30"> - <sprite>monsters/crafty.xml</sprite> + <sprite>monsters/blub-little.xml</sprite> <sound event="die">monsters/blub/die1.ogg</sound> <sound event="hit">monsters/blub/hit1.ogg</sound> <sound event="spawn">monsters/blub/spawn1.ogg</sound> |