diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-29 12:50:34 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-29 12:50:34 +0200 |
commit | bd69da28af8fae56220cd0e506da372ccf4406af (patch) | |
tree | 44ede25156fc2b8c96273cf7b478d53ff70443f7 /monsters.xml | |
parent | edf7c4b868bd8d8b94fbd26bcf6b4df177867d0d (diff) | |
download | clientdata-bd69da28af8fae56220cd0e506da372ccf4406af.tar.gz clientdata-bd69da28af8fae56220cd0e506da372ccf4406af.tar.bz2 clientdata-bd69da28af8fae56220cd0e506da372ccf4406af.tar.xz clientdata-bd69da28af8fae56220cd0e506da372ccf4406af.zip |
Small fix on the target offset of the crocotree.
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 2a186a24..2a853fe3 100644 --- a/monsters.xml +++ b/monsters.xml @@ -83,7 +83,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>accessories/blub-tentacle.xml</sprite> <sprite>accessories/blub-tophat.xml</sprite> </monster>--> - <monster id="8" name="Crocotree" targetCursor="small" targetOffsetX="-29" targetOffsetY="4" nameOffsetX="-29"> + <monster id="8" name="Crocotree" targetCursor="small" targetOffsetX="-28" targetOffsetY="4" nameOffsetX="-29"> <sprite>monsters/crocotree.xml</sprite> <sound event="die">monsters/crocotree/die1.ogg</sound> <sound event="hurt">monsters/crocotree/hurt1.ogg</sound> |