diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-28 03:33:41 +0300 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:22:55 +0100 |
commit | 0c0d3fbe400d446ec8a651d996a89af0a52772b4 (patch) | |
tree | 68c3e539a19dc7c1f381f5c2efc2d3a9eac58f20 /graphics/sprites/equipment | |
parent | 18476c93313358f61e457c9edf73740d426ccbc7 (diff) | |
download | clientdata-0c0d3fbe400d446ec8a651d996a89af0a52772b4.tar.gz clientdata-0c0d3fbe400d446ec8a651d996a89af0a52772b4.tar.bz2 clientdata-0c0d3fbe400d446ec8a651d996a89af0a52772b4.tar.xz clientdata-0c0d3fbe400d446ec8a651d996a89af0a52772b4.zip |
Add spawnride action to all sprites.
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r-- | graphics/sprites/equipment/head/bandana-female.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/bandana-male.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/pumpkinhat.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/shields/barrel.xml | 15 | ||||
-rw-r--r-- | graphics/sprites/equipment/weapons/knife.xml | 15 |
5 files changed, 75 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/bandana-female.xml b/graphics/sprites/equipment/head/bandana-female.xml index 4ab6ed74..a52fedd1 100644 --- a/graphics/sprites/equipment/head/bandana-female.xml +++ b/graphics/sprites/equipment/head/bandana-female.xml @@ -151,6 +151,21 @@ Copyright (C) 2012-2014 Evol Online --> </animation> </action> + <action name="spawnride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="2" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-29"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-29"/> + </animation> + </action> + <action name="ride" imageset="base"> <animation direction="down"> <frame index="0" offsetX="2" offsetY="-30"/> diff --git a/graphics/sprites/equipment/head/bandana-male.xml b/graphics/sprites/equipment/head/bandana-male.xml index b6f2fbde..db221fd1 100644 --- a/graphics/sprites/equipment/head/bandana-male.xml +++ b/graphics/sprites/equipment/head/bandana-male.xml @@ -151,6 +151,21 @@ Copyright (C) 2012-2014 Evol Online --> </animation> </action> + <action name="spawnride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-3" offsetY="-30"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-29"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-7" offsetY="-29"/> + </animation> + </action> + <action name="ride" imageset="base"> <animation direction="down"> <frame index="0" offsetX="-3" offsetY="-30"/> diff --git a/graphics/sprites/equipment/head/pumpkinhat.xml b/graphics/sprites/equipment/head/pumpkinhat.xml index e316eeab..8f9e0871 100644 --- a/graphics/sprites/equipment/head/pumpkinhat.xml +++ b/graphics/sprites/equipment/head/pumpkinhat.xml @@ -151,6 +151,21 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="spawnride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-28"/> + </animation> + </action> + <action name="ride" imageset="base"> <animation direction="down"> <frame index="0" offsetX="-1" offsetY="-25"/> diff --git a/graphics/sprites/equipment/shields/barrel.xml b/graphics/sprites/equipment/shields/barrel.xml index af32863d..f2973a87 100644 --- a/graphics/sprites/equipment/shields/barrel.xml +++ b/graphics/sprites/equipment/shields/barrel.xml @@ -109,6 +109,21 @@ Copyright (C) 2015 Evol Online --> </animation> </action> + <action name="spawnride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="10"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="10"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="10"/> + </animation> + <animation direction="right"> + <frame index="3" offsetY="10"/> + </animation> + </action> + <action name="ride" imageset="base"> <animation direction="down"> <frame index="0" offsetY="10"/> diff --git a/graphics/sprites/equipment/weapons/knife.xml b/graphics/sprites/equipment/weapons/knife.xml index f1a2e326..ce34a3ee 100644 --- a/graphics/sprites/equipment/weapons/knife.xml +++ b/graphics/sprites/equipment/weapons/knife.xml @@ -123,6 +123,21 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="spawnride" imageset="base"> + <animation direction="down"> + <frame index="64"/> + </animation> + <animation direction="left"> + <frame index="65"/> + </animation> + <animation direction="up"> + <frame index="66"/> + </animation> + <animation direction="right"> + <frame index="67"/> + </animation> + </action> + <action name="ride" imageset="base"> <animation direction="down"> <frame index="64"/> |