summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/dpotion_drink.xml
blob: ad302c515096412b5e2327d1d8e06c5b2c7e5bd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2019 TMW2 -->
<sprite>
  <imageset name="base"
  			src="graphics/sprites/icons/dpotion_drink.png|G"
  			width="16"
  			height="16"
            offsetY="-12"
  />

  <action name="default" imageset="base">
    <animation direction="default">
            <sequence start="0" end="3" delay="4500"/>
            <frame index="4" delay="2000"/>
    </animation>
  </action>
</sprite>