diff options
Diffstat (limited to 'graphics/sprites/accessories')
-rw-r--r-- | graphics/sprites/accessories/water-splash.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/accessories/water-splash1.xml | 1 | ||||
-rw-r--r-- | graphics/sprites/accessories/water-splash2.xml | 1 | ||||
-rw-r--r-- | graphics/sprites/accessories/water-splash3.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/accessories/water-splash4.xml | 3 |
5 files changed, 3 insertions, 7 deletions
diff --git a/graphics/sprites/accessories/water-splash.xml b/graphics/sprites/accessories/water-splash.xml index c529a803..67146b10 100644 --- a/graphics/sprites/accessories/water-splash.xml +++ b/graphics/sprites/accessories/water-splash.xml @@ -3,7 +3,7 @@ Copyright (C) 2015 Evol Online --> <sprite> <imageset name="npc" - src="graphics/sprites/npcs/sprite/eugene.png" + src="graphics/sprites/npcs/sprite/water-splash.png" width="96" height="128" offsetX="32" diff --git a/graphics/sprites/accessories/water-splash1.xml b/graphics/sprites/accessories/water-splash1.xml index d54389d2..747fcc6e 100644 --- a/graphics/sprites/accessories/water-splash1.xml +++ b/graphics/sprites/accessories/water-splash1.xml @@ -14,7 +14,6 @@ Copyright (C) 2015 Evol Online --> <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> diff --git a/graphics/sprites/accessories/water-splash2.xml b/graphics/sprites/accessories/water-splash2.xml index 9df4fea5..c29c4a5f 100644 --- a/graphics/sprites/accessories/water-splash2.xml +++ b/graphics/sprites/accessories/water-splash2.xml @@ -16,7 +16,6 @@ Copyright (C) 2015 Evol Online --> <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> diff --git a/graphics/sprites/accessories/water-splash3.xml b/graphics/sprites/accessories/water-splash3.xml index 07a84f0e..e5f66e2c 100644 --- a/graphics/sprites/accessories/water-splash3.xml +++ b/graphics/sprites/accessories/water-splash3.xml @@ -13,10 +13,9 @@ Copyright (C) 2015 Evol Online --> <animation direction="default"> <label name="start"/> <frame index="6" delay="100"/> - <goto label="splash" rand="2"/> + <goto label="splash" rand="3"/> <goto label="start" rand="100"/> <label name="splash"/> - <frame index="0" delay="1500"/> <sequence start="0" end="5" delay="130"/> </animation> </action> diff --git a/graphics/sprites/accessories/water-splash4.xml b/graphics/sprites/accessories/water-splash4.xml index 73e4c573..2d969f15 100644 --- a/graphics/sprites/accessories/water-splash4.xml +++ b/graphics/sprites/accessories/water-splash4.xml @@ -13,10 +13,9 @@ Copyright (C) 2015 Evol Online --> <animation direction="default"> <label name="start"/> <frame index="6" delay="100"/> - <goto label="splash" rand="2"/> + <goto label="splash" rand="5"/> <goto label="start" rand="100"/> <label name="splash"/> - <frame index="0" delay="1500"/> <sequence start="0" end="5" delay="130"/> </animation> </action> |