diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-04 11:24:34 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-04 11:24:34 +0200 |
commit | d29ead09da75d0f13ccae2eb205ea8a1ed170580 (patch) | |
tree | b2bf1fc6d69ba1206af3e49ce51fe355202ebe21 /graphics/sprites/npcs/xml/hammock-animated1.xml | |
parent | 874769ec8faddcdc54e06aab875b91b4152d3161 (diff) | |
download | clientdata-d29ead09da75d0f13ccae2eb205ea8a1ed170580.tar.gz clientdata-d29ead09da75d0f13ccae2eb205ea8a1ed170580.tar.bz2 clientdata-d29ead09da75d0f13ccae2eb205ea8a1ed170580.tar.xz clientdata-d29ead09da75d0f13ccae2eb205ea8a1ed170580.zip |
Reduced few NPC spritesheets and adapted their respective XML files.
Renamed several NPC files to give them more sense.
Correcter several entries in npcs.xml.
Diffstat (limited to 'graphics/sprites/npcs/xml/hammock-animated1.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/hammock-animated1.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/hammock-animated1.xml b/graphics/sprites/npcs/xml/hammock-animated1.xml new file mode 100644 index 00000000..19e624a7 --- /dev/null +++ b/graphics/sprites/npcs/xml/hammock-animated1.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<!-- Author: Reid +Copyright (C) 2011-2012 Evol Online --> +<sprite> + <imageset name="npc" src="graphics/sprites/npcs/sprite/hammock-animated.png" width="96" height="64"/> + + <action name="stand" imageset="npc"> + <!-- Moving --> + <animation direction="left"> + <frame index="3" delay="300"/> + <frame index="2" delay="180"/> + <frame index="1" delay="150"/> + <frame index="0" delay="400"/> + <frame index="1" delay="180"/> + <frame index="2" delay="150"/> + </animation> + <!-- Static --> + <animation direction="up"> + <frame index="3"/> + </animation> + </action> +</sprite> |