blob: 2349533afbf780c30bf99c53e4b94ab4f40c16da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2010-2011 Evol Online -->
<sprite>
<imageset name="icon"
src="graphics/sprites/icons/poison.png"
width="12"
height="20"
offsetY="-11"/>
<action name="default" imageset="icon">
<animation direction="default">
<sequence start="0" end="8" delay="80"/>
</animation>
</action>
</sprite>
|