summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/sprites/pets/pet-rat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tmw-darkside.servegame.com/graphics/sprites/pets/pet-rat.xml')
-rw-r--r--tmw-darkside.servegame.com/graphics/sprites/pets/pet-rat.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/tmw-darkside.servegame.com/graphics/sprites/pets/pet-rat.xml b/tmw-darkside.servegame.com/graphics/sprites/pets/pet-rat.xml
new file mode 100644
index 00000000..90213b33
--- /dev/null
+++ b/tmw-darkside.servegame.com/graphics/sprites/pets/pet-rat.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/pets/pet-rat.png" width="32" height="32" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="2" delay="50" offsetX="-30" />
+ </animation>
+ <animation direction="left">
+ <sequence start="12" end="14" delay="50" offsetX="-30" />
+ </animation>
+ <animation direction="up">
+ <sequence start="6" end="8" delay="50" offsetX="-30" />
+ </animation>
+ <animation direction="right">
+ <sequence start="18" end="20" delay="50" offsetX="-30" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="5" delay="150" offsetX="-30" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="17" end="17" delay="150" offsetX="-30" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="11" end="11" delay="150" offsetX="-30" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="23" end="23" delay="150" offsetX="-30" />
+ <end />
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="3" end="4" delay="150" offsetX="-30" />
+ <frame index="0" delay="150" offsetX="-30" />
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="16" delay="100" offsetX="-30" />
+ <frame index="12" delay="150" offsetX="-30" />
+ </animation>
+ <animation direction="up">
+ <sequence start="9" end="10" delay="100" offsetX="-30" />
+ <frame index="6" delay="150" offsetX="-30" />
+ </animation>
+ <animation direction="right">
+ <sequence start="21" end="22" delay="100" offsetX="-30" />
+ <frame index="18" delay="100" offsetX="-30" />
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="24" offsetX="-30" />
+ </animation>
+ <animation direction="left">
+ <frame index="24" offsetX="-30" />
+ </animation>
+ <animation direction="up">
+ <frame index="24" offsetX="-30" />
+ </animation>
+ <animation direction="right">
+ <frame index="24" offsetX="-30" />
+ </animation>
+ </action>
+</sprite>