blob: 4be7b54edff787f909a36724950406c13cc9ae6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2011-2013 Evol Online -->
<sprite>
<imageset name="eye"
src="graphics/sprites/accessories/eye-down-blink.png"
width="16"
height="8"
offsetY="-51"/>
<action name="stand" imageset="eye">
<animation direction="default">
<frame index="0" delay="100"/>
<frame index="1" delay="60"/>
<frame index="2" delay="80"/>
<frame index="0" delay="300"/>
<frame index="1" delay="60"/>
<frame index="2" delay="80"/>
</animation>
</action>
</sprite>
|