summaryrefslogblamecommitdiff
path: root/graphics/sprites/npcs/xml/gugli.xml
blob: 1b5cde2ece398e4decfeb0c8a3014c418aee9d85 (plain) (tree)
1
2
3
4
5
6
7
8
                     
                        
                                       
 
    
                                       
                                
 




                                                    

        
                                                                                                           
 
                                        

                                           
                                                  
                                              
                                                                                     
                                                 
                                                  
                                    



                                                   
                                     
                                                    
                                      





                                              
             
         
<?xml version="1.0"?>
<!-- Authors: 4144, Reid
Copyright (C) 2011-2012 Evol Online -->

<!--
Example of the extended animation tags.
Allows to add any frame numbers.

Examples showing the same animation:
    <sequence start="55" end="60" delay="75"/>
    <sequence value="55-60" delay="75"/>
    <sequence value="55,56,57,58,59,60" delay="75"/>
-->

<sprite>
    <imageset name="npc" src="graphics/sprites/npcs/sprite/gugli.png" width="64" height="64" offsetX="20"/>

    <action name="stand" imageset="npc">
            <animation direction="default">
                <label name="start"/>
                <!-- 40% used on "long" label. -->
                <goto label="long" rand="40"/>
                <!-- 100% from the 60% unused percent are used on "simple" label. -->
                <goto label="simple" rand="100"/>
                <!-- Long Moving Leg Animation -->
                <label name="long"/>
                <frame index="0" delay="120"/>
                <sequence value="1,2" delay="110"/>
                <frame index="3" delay="120"/>
                <sequence value="2,1" delay="110"/>
                <goto label="start"/>
                <!-- Simple Moving Leg Animation -->
                <label name="simple"/>
                <frame index="0" delay="120"/>
                <frame index="1" delay="110"/>
                <frame index="2" delay="120"/>
                <frame index="1" delay="110"/>
            <goto label="start"/>
        </animation>
    </action>
</sprite>