blob: 887d1b91907e30fdaf1dcf6b57ddae06a93ccf8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/icons/potion-c.png|G" width="13" height="20"/>
<action name="default" imageset="base">
<animation direction="default">
<frame index="0" offsetY="-12" delay="100"/>
<frame index="1" offsetY="-12" delay="100"/>
<frame index="2" offsetY="-12" delay="100"/>
<frame index="3" offsetY="-12" delay="100"/>
</animation>
</action>
</sprite>
|