summaryrefslogblamecommitdiff
path: root/graphics/sprites/npcs/xml/rowboat.xml
blob: 1760ddee4a50e7b2dd7a7b81c27c44f075d4747b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                      
                    










                                                            





                                     
                    


                                      






                                                     

                                                       


                                  

                                                       






                                                       






                                           
         
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2018 Evol Online -->

<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/rowboat.png"
              width="192"
              height="160"
              offsetY="0"
              offsetX="0"/>

    <action name="stand" imageset="npc">

        <animation direction="up">
            <frame index="6"/>
        </animation>
        <animation direction="right">
            <frame index="13"/>
        </animation>
    </action>
        <!-- Rowing -->
    <action name="row" imageset="npc">
        <!-- Right -->
        <animation direction="right">
            <sequence start="0" end="2" delay="175"/>
            <sequence start="3" end="5" delay="150"/>
        </animation>
        <!-- Left  -->
        <animation direction="left">
            <sequence start="7" end="9" delay="175"/>
            <sequence start="10" end="12" delay="150"/>
        </animation>
        <!-- Up -->
        <animation direction="up">
            <sequence start="14" end="16" delay="175"/>
            <sequence start="17" end="19" delay="150"/>
        </animation>
        <!-- Down -->
        <animation direction="down">
            <sequence start="18" end="20" delay="175"/>
            <sequence start="21" end="23" delay="150"/>
        </animation>
    </action>
    <action name="dead" imageset="npc">
        <!-- Dead -->
        <animation direction="down">
            <frame index="20" delay="250"/>
            <frame index="27" delay="250"/>
        </animation>
    </action>
</sprite>