summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/hammock-animated1.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-13 20:37:24 +0200
committerReid <reidyaro@gmail.com>2012-06-13 20:37:24 +0200
commit2da986e2aee2ec7018ac9edfd82039b1ff4d2633 (patch)
tree7f0430c840a673836746fb35922897c1f89506bb /graphics/sprites/npcs/xml/hammock-animated1.xml
parent0a1c71c93aa705c61efe00ddc400463ffa56478f (diff)
downloadclientdata-2da986e2aee2ec7018ac9edfd82039b1ff4d2633.tar.gz
clientdata-2da986e2aee2ec7018ac9edfd82039b1ff4d2633.tar.bz2
clientdata-2da986e2aee2ec7018ac9edfd82039b1ff4d2633.tar.xz
clientdata-2da986e2aee2ec7018ac9edfd82039b1ff4d2633.zip
Add direction on croconut accessories and tarlan xml,
Correct hammocks animation.
Diffstat (limited to 'graphics/sprites/npcs/xml/hammock-animated1.xml')
-rw-r--r--graphics/sprites/npcs/xml/hammock-animated1.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/xml/hammock-animated1.xml b/graphics/sprites/npcs/xml/hammock-animated1.xml
index 27b5fd56..d0d53b26 100644
--- a/graphics/sprites/npcs/xml/hammock-animated1.xml
+++ b/graphics/sprites/npcs/xml/hammock-animated1.xml
@@ -5,18 +5,18 @@ Copyright (C) 2011-2012 Evol Online -->
<imageset name="npc" src="graphics/sprites/npcs/sprite/hammock-animated.png" width="96" height="64"/>
<action name="stand" imageset="npc">
- <!-- Moving -->
+ <!-- Static -->
<animation direction="default">
+ <frame index="3"/>
+ </animation>
+ <!-- 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"/>
+ <frame index="2" delay="180"/>
+ <frame index="3" delay="150"/>
</animation>
</action>
</sprite>