diff options
author | Saulc <lucas@debian> | 2018-01-13 19:41:26 +0100 |
---|---|---|
committer | Saulc <lucas@debian> | 2018-01-13 19:41:26 +0100 |
commit | 4c4f4be30bae96e6cd943de326b1a4b1b841dcd4 (patch) | |
tree | a94e0a063e5df2a9f7f84f720982a3bca0c0cf6d /graphics/sprites/equipment/shields | |
download | clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.gz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.bz2 clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.xz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.zip |
Initial commit
Diffstat (limited to 'graphics/sprites/equipment/shields')
-rw-r--r-- | graphics/sprites/equipment/shields/barrel.png | bin | 0 -> 8921 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/shields/barrel.xml | 156 |
2 files changed, 156 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/shields/barrel.png b/graphics/sprites/equipment/shields/barrel.png Binary files differnew file mode 100644 index 00000000..075043ad --- /dev/null +++ b/graphics/sprites/equipment/shields/barrel.png diff --git a/graphics/sprites/equipment/shields/barrel.xml b/graphics/sprites/equipment/shields/barrel.xml new file mode 100644 index 00000000..0dfd92a3 --- /dev/null +++ b/graphics/sprites/equipment/shields/barrel.xml @@ -0,0 +1,156 @@ +<?xml version="1.0"?> +<!-- Author possibly from TMW, TMW or UFB projects +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/shields/barrel.png" width="64" height="96" /> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="1"/> + </animation> + <animation direction="up"> + <frame index="2"/> + </animation> + <animation direction="right"> + <frame index="3"/> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="1"/> + </animation> + <animation direction="up"> + <frame index="2"/> + </animation> + <animation direction="right"> + <frame index="3"/> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3"/> + <end/> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0"/> + <end/> + </animation> + <animation direction="left"> + <frame index="1"/> + <end/> + </animation> + <animation direction="up"> + <frame index="2"/> + <end/> + </animation> + <animation direction="right"> + <frame index="3"/> + <end/> + </animation> + </action> + + <action name="sit" 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="sittop" 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="standride" 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="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"/> + </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="dead" imageset="base"> + <animation direction="default"> + <frame index="4"/> + </animation> + </action> + +</sprite> |