summaryrefslogtreecommitdiff
path: root/graphics/sprites/ml/equipment/head/human-eye-blink.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/ml/equipment/head/human-eye-blink.xml')
-rw-r--r--graphics/sprites/ml/equipment/head/human-eye-blink.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/sprites/ml/equipment/head/human-eye-blink.xml b/graphics/sprites/ml/equipment/head/human-eye-blink.xml
new file mode 100644
index 0000000..45ec983
--- /dev/null
+++ b/graphics/sprites/ml/equipment/head/human-eye-blink.xml
@@ -0,0 +1,26 @@
+<?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="-41"
+ offsetX="-1"/>
+
+ <action name="stand" imageset="eye">
+ <animation direction="default">
+ <frame index="0" delay="1872"/>
+ <frame index="1" delay="60"/>
+ <frame index="2" delay="80"/>
+ </animation>
+ </action>
+ <action name="sit" imageset="eye">
+ <animation direction="default">
+ <frame index="0" delay="1872" offsetY="11"/>
+ <frame index="1" delay="60" offsetY="11"/>
+ <frame index="2" delay="80" offsetY="11"/>
+ </animation>
+ </action>
+</sprite>