diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-25 21:15:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-25 21:15:56 -0300 |
commit | ac9f2761745986d828ca03db0d1e5bbb889f8a4e (patch) | |
tree | 802f0607d0eae150ae52d41674b5e6b92da3b8aa /graphics/sprites | |
parent | 96da4b8dda5fe439f0aed86d53476151b1ca3748 (diff) | |
download | clientdata-ac9f2761745986d828ca03db0d1e5bbb889f8a4e.tar.gz clientdata-ac9f2761745986d828ca03db0d1e5bbb889f8a4e.tar.bz2 clientdata-ac9f2761745986d828ca03db0d1e5bbb889f8a4e.tar.xz clientdata-ac9f2761745986d828ca03db0d1e5bbb889f8a4e.zip |
Fix crocotree
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/crocotree.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/crocotree.xml b/graphics/sprites/monsters/crocotree.xml index f0b45e01..97ecfdaf 100644 --- a/graphics/sprites/monsters/crocotree.xml +++ b/graphics/sprites/monsters/crocotree.xml @@ -17,7 +17,8 @@ Copyright (C) 2010-2013 Evol Online --> <imageset name="npc" src="graphics/tilesets/desert_x5.png" width="96" - height="160"/> + height="160" + offsetX="32"/> <action name="stand" imageset="npc"> <animation direction="default"> |