blob: 4bc4d44fb351b7ec47db03c82082c929626b97d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<?xml version = '1.0'?>
<sprite action="stand" name="open-treasure-npc" >
<imageset width="64" height="64" name="base" src="graphics/sprites/npcs/npc-treasurebox.png" />
<action imageset="base" name="stand" >
<animation stand="default" >
<sequence end="6" delay="75" start="0" />
</animation>
</action>
</sprite>
|