summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/market-piou7.xml
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-07 16:45:24 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-07 16:45:24 +0200
commitec66b5d168fe78a61f3202e9e1da3132f8d76ffb (patch)
tree1824951e7fe6cded03a67446e668556c779cb891 /graphics/sprites/npcs/xml/market-piou7.xml
parentd706d676cbd748cae5363a3db33b24331309bc88 (diff)
downloadclientdata-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/market-piou7.xml')
-rw-r--r--graphics/sprites/npcs/xml/market-piou7.xml24
1 files changed, 14 insertions, 10 deletions
diff --git a/graphics/sprites/npcs/xml/market-piou7.xml b/graphics/sprites/npcs/xml/market-piou7.xml
index fec1f23b..5b112d76 100644
--- a/graphics/sprites/npcs/xml/market-piou7.xml
+++ b/graphics/sprites/npcs/xml/market-piou7.xml
@@ -1,17 +1,21 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2011-2015 Evol Online -->
<sprite>
- <imageset name="pious" src="graphics/sprites/monsters/piou.png" width="10" height="9" offsetX="-21" offsetY="-89"/>
+ <imageset name="pious"
+ src="graphics/sprites/monsters/piou.png"
+ width="10"
+ height="9"
+ offsetX="-21"
+ offsetY="-89"/>
- <action name="stand" imageset="pious">
- <animation>
+ <action name="stand" imageset="pious">
+ <animation>
<!-- static pious -->
- <frame index="30" delay="3000"/>
- <!-- bitting pious -->
- <sequence start="32" end="33" delay="150" repeat="4"/>
- </animation>
- </action>
-
+ <frame index="30" delay="3000"/>
+ <!-- biting pious -->
+ <sequence start="32" end="33" delay="150" repeat="4"/>
+ </animation>
+ </action>
</sprite>