summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/animated_hammock1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/animated_hammock1.xml')
-rw-r--r--graphics/sprites/npcs/xml/animated_hammock1.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/sprites/npcs/xml/animated_hammock1.xml b/graphics/sprites/npcs/xml/animated_hammock1.xml
index 7d6a24b4..4605309c 100644
--- a/graphics/sprites/npcs/xml/animated_hammock1.xml
+++ b/graphics/sprites/npcs/xml/animated_hammock1.xml
@@ -1,10 +1,11 @@
<?xml version="1.0"?>
-<!-- Author : Reid
-Copyright (C) 2011-2012 Evol Online -->
+<!-- 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. -->
+ <!-- Moving -->
<animation direction="left">
<frame index="3" delay="300"/>
<frame index="2" delay="180"/>
@@ -13,9 +14,9 @@ Copyright (C) 2011-2012 Evol Online -->
<frame index="1" delay="180"/>
<frame index="2" delay="150"/>
</animation>
- <!-- Static hammock. -->
+ <!-- Static -->
<animation direction="up">
<frame index="3"/>
</animation>
</action>
-</sprite> \ No newline at end of file
+</sprite>