summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/switch-online.xml
blob: 5dee5055c7939b9b292ab5b9b7e14ab7e132fe81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<sprite>
  <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="32" height="32" />
  <action name="stand" imageset="base">
    <animation direction="default">
      <frame index="1" delay="75"/>
      <frame index="2" delay="75"/>
      <frame index="3" delay="75"/>
      <frame index="4"/>
      <end/>
    </animation>
  </action>
</sprite>