summaryrefslogtreecommitdiff
path: root/graphics/sprites/accessories/eye-right-blink.xml
blob: ad6b4f3fca98b4415014ef35bb981ef966593a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!-- Original Author : Reid
Copyright (C) 2011-2012  Evol Online -->
<sprite>
	<imageset name="eye" src="graphics/sprites/accessories/eye-right-blink.png" width="5" height="5" offsetX="4" offsetY="-45"/>

    <action name="stand" imageset="eye">

			<animation direction="default">
            <frame index="0" delay="7000"/>
            <frame index="1" delay="60"/>
            <frame index="2" delay="80"/>
            <frame index="0" delay="3500"/>
            <frame index="1" delay="60"/>
            <frame index="2" delay="80"/>
			</animation>

	</action>

</sprite>