summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/animated_hammock1.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-23 23:14:58 +0200
committerReid <reidyaro@gmail.com>2012-05-23 23:14:58 +0200
commit1f984976298155aa60169e04d30dba4eb09f73b1 (patch)
tree996dfe3b45977f3aad501affa945c45a697d7c99 /graphics/sprites/npcs/xml/animated_hammock1.xml
parentfff9c1f556e21115d07a7ecb2faa6c117e2adc4f (diff)
downloadclientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.gz
clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.bz2
clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.xz
clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.zip
Correct some problem caused by the merge.
Diffstat (limited to 'graphics/sprites/npcs/xml/animated_hammock1.xml')
-rw-r--r--graphics/sprites/npcs/xml/animated_hammock1.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/animated_hammock1.xml b/graphics/sprites/npcs/xml/animated_hammock1.xml
new file mode 100644
index 00000000..7d6a24b4
--- /dev/null
+++ b/graphics/sprites/npcs/xml/animated_hammock1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!-- Author : Reid
+Copyright (C) 2011-2012 Evol Online -->
+<sprite>
+ <imageset name="npc" src="graphics/sprites/npcs/sprite/animated_hammock.png" width="96" height="64"/>
+ <action name="stand" imageset="npc">
+ <!-- Mooving hammock. -->
+ <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 hammock. -->
+ <animation direction="up">
+ <frame index="3"/>
+ </animation>
+ </action>
+</sprite> \ No newline at end of file