summaryrefslogblamecommitdiff
path: root/graphics/sprites/npcs/xml/chest.xml
blob: 4afd414addcf8bbd169c6ccc57c1aa002e2d4e39 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                      
                                       
        
                          


                                                          

                                          
                              
                                       
                              

                    





                                          
                                  
                              

                    



                                          

             
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Hal9000
Copyright (C) 2012-2013 Evol Online -->
<sprite>
    <imageset name="chest"
              src="graphics/sprites/npcs/sprite/chest.png"
              width="32"
              height="32"/>

    <action name="stand" imageset="chest">
        <!-- Chest Closed. -->
        <animation direction="default">
            <frame index="0"/>
        </animation>

        <!-- Chest Opening. -->
        <animation direction="left">
            <frame index="1" delay="110"/>
        </animation>

        <!-- Chest Opened. -->
        <animation direction="up">
            <frame index="2"/>
        </animation>

        <!-- Chest Closing. -->
        <animation direction="right">
            <frame index="1" delay="110"/>
        </animation>
    </action>
</sprite>