diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-07 16:45:24 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-07 16:45:24 +0200 |
commit | ec66b5d168fe78a61f3202e9e1da3132f8d76ffb (patch) | |
tree | 1824951e7fe6cded03a67446e668556c779cb891 /graphics/sprites/npcs/xml/flying-piou.xml | |
parent | d706d676cbd748cae5363a3db33b24331309bc88 (diff) | |
download | clientdata-ec66b5d168fe78a61f3202e9e1da3132f8d76ffb.tar.gz clientdata-ec66b5d168fe78a61f3202e9e1da3132f8d76ffb.tar.bz2 clientdata-ec66b5d168fe78a61f3202e9e1da3132f8d76ffb.tar.xz clientdata-ec66b5d168fe78a61f3202e9e1da3132f8d76ffb.zip |
Consistency for all .xml (animation) files of NPCs.
Diffstat (limited to 'graphics/sprites/npcs/xml/flying-piou.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/flying-piou.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/sprites/npcs/xml/flying-piou.xml b/graphics/sprites/npcs/xml/flying-piou.xml index 371e40d6..f67e0762 100644 --- a/graphics/sprites/npcs/xml/flying-piou.xml +++ b/graphics/sprites/npcs/xml/flying-piou.xml @@ -1,9 +1,13 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author: Reid Copyright (C) 2015 Evol Online --> <sprite> - <imageset name="piou" src="graphics/sprites/monsters/piou.png" width="10" height="9" offsetY="-12"/> + <imageset name="piou" + src="graphics/sprites/monsters/piou.png" + width="10" + height="9" + offsetY="-12"/> <action name="walk" imageset="piou"> <animation direction="down"> |