diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/accessories/water-fish.png | bin | 0 -> 439 bytes | |||
-rw-r--r-- | graphics/sprites/accessories/water-fish1.xml | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/accessories/water-fish.png b/graphics/sprites/accessories/water-fish.png Binary files differnew file mode 100644 index 00000000..5150ca05 --- /dev/null +++ b/graphics/sprites/accessories/water-fish.png diff --git a/graphics/sprites/accessories/water-fish1.xml b/graphics/sprites/accessories/water-fish1.xml new file mode 100644 index 00000000..50b6534d --- /dev/null +++ b/graphics/sprites/accessories/water-fish1.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="npc" + src="graphics/sprites/accessories/water-fish.png" + width="32" + height="32"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <label name="start"/> + <frame index="5" delay="200"/> + <goto label="splash" rand="2"/> + <goto label="start" rand="100"/> + <label name="splash"/> + <sequence start="0" end="5" delay="130"/> + </animation> + </action> +</sprite> |