diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/animated_hammock1.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/animated_hammock1.xml | 21 |
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 |