summaryrefslogblamecommitdiff
path: root/graphics/sprites/npcs/xml/hammock-animated1.xml
blob: 27b5fd5641619d107fd26b99a9a3e9a6fec4eb0d (plain) (tree)
1
2
3
4
5
6
7
8
9
                     

                                       
        
                                                                                                         
 
                                        
                       
                                       






                                          
                       



                                  
         
<?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="default">
            <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>