diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-22 18:04:55 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-22 18:04:55 +0200 |
commit | 6a941854deb9fb4465ae7b9f0d36154f2cc8f903 (patch) | |
tree | 5423a318950d10ed77a6f346ea3ad9517d958260 /monsters.xml | |
parent | 41805ca267139e8baa210b8e75d2523491cfa8f6 (diff) | |
download | clientdata-6a941854deb9fb4465ae7b9f0d36154f2cc8f903.tar.gz clientdata-6a941854deb9fb4465ae7b9f0d36154f2cc8f903.tar.bz2 clientdata-6a941854deb9fb4465ae7b9f0d36154f2cc8f903.tar.xz clientdata-6a941854deb9fb4465ae7b9f0d36154f2cc8f903.zip |
Fixed the Crocotree's name's offsetX.
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 969abdf0..2a186a24 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"> + <monster id="8" name="Crocotree" targetCursor="small" targetOffsetX="-29" 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> |