summaryrefslogblamecommitdiff
path: root/graphics/sprites/monsters/rose1.xml
blob: 267d9d941d34cdde8c00dec8a7d640ff23782f31 (plain) (tree)


































                                                                  
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Micksha
Copyright (C) 2011-2019 Evol Online -->
<sprite>
    <imageset name="base"
              src="graphics/sprites/monsters/flower-growing.png|W"
              width="32"
              height="32"
              offsetY="0"/>

    <action name="spawn" imageset="base">
        <animation direction="default">
            <frame index="8" delay="2500"/>
            <frame index="9" delay="1000"/>
            <frame index="10" delay="700"/>
            <frame index="11" delay="500"/>
            <frame index="12" delay="500"/>
            <frame index="13" delay="500"/>
            <jump action="stand"/>
        </animation>
    </action>
    
    <action name="stand" imageset="base">
        <animation>
            <frame index="14"/>
        </animation>
    </action>

  <action name="dead" imageset="base">
    <animation direction="default">
      <frame index="15" delay="10000"/>
    </animation>
  </action>

</sprite>