diff options
author | Reid <reidyaro@gmail.com> | 2015-09-13 15:54:52 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-13 15:54:52 +0200 |
commit | 8003f4b8bdbe91d17fbf51b4e0cc5c7168d89ee8 (patch) | |
tree | ec88144aba30ecb81774927137494a86105c04c1 /graphics/sprites/accessories/water-splash.xml | |
parent | 401302d17c0c81f670c6c231687e7a2cf547f7ce (diff) | |
download | clientdata-8003f4b8bdbe91d17fbf51b4e0cc5c7168d89ee8.tar.gz clientdata-8003f4b8bdbe91d17fbf51b4e0cc5c7168d89ee8.tar.bz2 clientdata-8003f4b8bdbe91d17fbf51b4e0cc5c7168d89ee8.tar.xz clientdata-8003f4b8bdbe91d17fbf51b4e0cc5c7168d89ee8.zip |
Complete the water fish animation.
Diffstat (limited to 'graphics/sprites/accessories/water-splash.xml')
-rw-r--r-- | graphics/sprites/accessories/water-splash.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/sprites/accessories/water-splash.xml b/graphics/sprites/accessories/water-splash.xml deleted file mode 100644 index 67146b10..00000000 --- a/graphics/sprites/accessories/water-splash.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid -Copyright (C) 2015 Evol Online --> -<sprite> - <imageset name="npc" - src="graphics/sprites/npcs/sprite/water-splash.png" - width="96" - height="128" - offsetX="32" - offsetY="64"/> - - <action name="stand" imageset="npc"> - <animation direction="default"> - <frame index="0" delay="1500"/> - <sequence start="1" end="5" delay="130"/> - </animation> - </action> -</sprite> |