summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/icecage.xml
blob: bcf229a780e4f1170d247fbe5111f8e94d45f9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<sprite variants="3" variant_offset="1">
    <imageset name="base"
              src="graphics/sprites/npcs/sprite/ice_cage.png"
              width="64"
              height="64"/>

  <action name="stand" imageset="base">
    <animation direction="default">
      <frame index="0"/>
      <end/>
    </animation>
  </action>
</sprite>