summaryrefslogtreecommitdiff
path: root/graphics/sprites/accessories/water-splash4.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-09-13 14:25:39 +0200
committerReid <reidyaro@gmail.com>2015-09-13 14:25:39 +0200
commit66fcf09eeacff83e7b39ce61221d94b607ef5e11 (patch)
tree0f9c4e51f5d90e2c64dec43f5a32e26ac8ffc66e /graphics/sprites/accessories/water-splash4.xml
parent6cf7cd82cbe0dd06a52fa6012eaa08b4bcee7d5a (diff)
downloadclientdata-66fcf09eeacff83e7b39ce61221d94b607ef5e11.tar.gz
clientdata-66fcf09eeacff83e7b39ce61221d94b607ef5e11.tar.bz2
clientdata-66fcf09eeacff83e7b39ce61221d94b607ef5e11.tar.xz
clientdata-66fcf09eeacff83e7b39ce61221d94b607ef5e11.zip
Add water splash animations and sprite.
Diffstat (limited to 'graphics/sprites/accessories/water-splash4.xml')
-rw-r--r--graphics/sprites/accessories/water-splash4.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/sprites/accessories/water-splash4.xml b/graphics/sprites/accessories/water-splash4.xml
new file mode 100644
index 00000000..73e4c573
--- /dev/null
+++ b/graphics/sprites/accessories/water-splash4.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/accessories/water-splash.png"
+ width="32"
+ height="32"
+ offsetX="11"
+ offsetY="18"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <label name="start"/>
+ <frame index="6" delay="100"/>
+ <goto label="splash" rand="2"/>
+ <goto label="start" rand="100"/>
+ <label name="splash"/>
+ <frame index="0" delay="1500"/>
+ <sequence start="0" end="5" delay="130"/>
+ </animation>
+ </action>
+</sprite>