blob: ca1ee5d60927aa414570c4f4a17f887301847ea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/npcs/switch.png" width="64" height="64"/>
<action name="stand" imageset="base">
<animation direction="default">
<frame index="0"/>
<end/>
</animation>
</action>
</sprite>
|