diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-07 23:01:07 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-07 23:01:07 +0200 |
commit | fc4e79bade2bb8a381456ad976ec55470c3e750b (patch) | |
tree | bfe89a04ef55e2b1b8992657971cf64578b91bdb | |
parent | bab7acfdc874c38f00968f4a70bc840efcfc881b (diff) | |
download | clientdata-fc4e79bade2bb8a381456ad976ec55470c3e750b.tar.gz clientdata-fc4e79bade2bb8a381456ad976ec55470c3e750b.tar.bz2 clientdata-fc4e79bade2bb8a381456ad976ec55470c3e750b.tar.xz clientdata-fc4e79bade2bb8a381456ad976ec55470c3e750b.zip |
Fixed imageset names in piou.xml.
-rw-r--r-- | graphics/sprites/monsters/piou.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/piou.xml b/graphics/sprites/monsters/piou.xml index f4971283..a3730d83 100644 --- a/graphics/sprites/monsters/piou.xml +++ b/graphics/sprites/monsters/piou.xml @@ -3,9 +3,9 @@ Copyright (C) 2011-2012 Evol Online --> <sprite> <imageset name="mob" src="graphics/sprites/monsters/piou.png" width="10" height="9" offsetY="-12"/> - <imageset name="mob-acc" src="graphics/sprites/accessories/acc-piousse-egg.png" width="11" height="11" offsetY="-12"/> + <imageset name="acc" src="graphics/sprites/accessories/acc-piousse-egg.png" width="11" height="11" offsetY="-12"/> - <action name="spawn" imageset="mob-acc"> + <action name="spawn" imageset="acc"> <animation> <frame index="9" delay="20" offsetY="-86"/> @@ -904,7 +904,7 @@ Copyright (C) 2011-2012 Evol Online --> </action> - <action name="dead" imageset="piou"> + <action name="dead" imageset="mob"> <animation direction="down"> <frame index="4"/> |