diff options
author | Cassy1 <cassy.tmw@gmail.com> | 2014-07-16 19:49:19 +0200 |
---|---|---|
committer | Cassy1 <cassy.tmw@gmail.com> | 2014-10-01 11:32:19 +0200 |
commit | 486a4471799138dbf916b45d6f24d308d8733ce0 (patch) | |
tree | 08363d5fd51ccff86d66846649a7fa0fac6ed177 /graphics/sprites | |
parent | 2b41707d116cc44a71539befe6478247d9389af1 (diff) | |
download | clientdata-486a4471799138dbf916b45d6f24d308d8733ce0.tar.gz clientdata-486a4471799138dbf916b45d6f24d308d8733ce0.tar.bz2 clientdata-486a4471799138dbf916b45d6f24d308d8733ce0.tar.xz clientdata-486a4471799138dbf916b45d6f24d308d8733ce0.zip |
Add Kid Book
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/troll-race.xml | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/troll-race.xml b/graphics/sprites/monsters/troll-race.xml new file mode 100644 index 00000000..52de0366 --- /dev/null +++ b/graphics/sprites/monsters/troll-race.xml @@ -0,0 +1,104 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/troll.png|W;R;Y;G" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <sequence start="0" end="5" delay="300"/> + </animation> + <animation direction="downright"> + <sequence start="6" end="11" delay="300"/> + </animation> + <animation direction="right"> + <sequence start="12" end="17" delay="300"/> + </animation> + <animation direction="upright"> + <sequence start="18" end="23" delay="300"/> + </animation> + <animation direction="up"> + <sequence start="24" end="29" delay="300"/> + </animation> + <animation direction="upleft"> + <sequence start="30" end="35" delay="300"/> + </animation> + <animation direction="left"> + <sequence start="36" end="41" delay="300"/> + </animation> + <animation direction="downleft"> + <sequence start="42" end="47" delay="300"/> + </animation> + </action> + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="48" end="53" delay="100"/> + </animation> + <animation direction="downright"> + <sequence start="54" end="59" delay="100"/> + </animation> + <animation direction="right"> + <sequence start="60" end="65" delay="100"/> + </animation> + <animation direction="upright"> + <sequence start="66" end="71" delay="100"/> + </animation> + <animation direction="up"> + <sequence start="72" end="77" delay="100"/> + </animation> + <animation direction="upleft"> + <sequence start="78" end="83" delay="100"/> + </animation> + <animation direction="left"> + <sequence start="84" end="89" delay="100"/> + </animation> + <animation direction="downleft"> + <sequence start="90" end="95" delay="100"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="96" end="101" delay="100"/> + <end/> + </animation> + <animation direction="downright"> + <sequence start="102" end="107" delay="100"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="108" end="113" delay="100"/> + <end/> + </animation> + <animation direction="upright"> + <sequence start="114" end="119" delay="100"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="120" end="125" delay="100"/> + <end/> + </animation> + <animation direction="upleft"> + <sequence start="126" end="131" delay="100"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="132" end="137" delay="100"/> + <end/> + </animation> + <animation direction="downleft"> + <sequence start="138" end="143" delay="100"/> + <end/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="146"/> + </animation> + <animation direction="right"> + <frame index="152"/> + </animation> + <animation direction="up"> + <frame index="158"/> + </animation> + <animation direction="left"> + <frame index="164"/> + </animation> + </action> +</sprite> |