blob: df6b9652a36e373b911d6e5ed6ec8a46e9d9d181 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/icons/slow-poison.png" width="12" height="20"/>
<action name="default" imageset="base">
<animation direction="default">
<frame index="0" offsetY="-12" delay="190"/>
<frame index="1" offsetY="-12" delay="275"/>
<frame index="2" offsetY="-12" delay="300"/>
</animation>
</action>
</sprite>
|