summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-12 09:37:27 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-06 12:56:44 +0100
commit54d1709d7535912be63063a3728375ad729a0d3f (patch)
tree8384b7ad6707386fc7fd73e5d7e01d08e1055f6f
parent971e13d10d0b6181973885f29cd02120317b98d0 (diff)
downloadclientdata-54d1709d7535912be63063a3728375ad729a0d3f.tar.gz
clientdata-54d1709d7535912be63063a3728375ad729a0d3f.tar.bz2
clientdata-54d1709d7535912be63063a3728375ad729a0d3f.tar.xz
clientdata-54d1709d7535912be63063a3728375ad729a0d3f.zip
Add a first version of rowboat, WIP
-rw-r--r--graphics/sprites/monsters/rowboat.pngbin0 -> 22563 bytes
-rw-r--r--graphics/sprites/monsters/rowboat.xml45
2 files changed, 45 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/rowboat.png b/graphics/sprites/monsters/rowboat.png
new file mode 100644
index 00000000..d852c9f6
--- /dev/null
+++ b/graphics/sprites/monsters/rowboat.png
Binary files differ
diff --git a/graphics/sprites/monsters/rowboat.xml b/graphics/sprites/monsters/rowboat.xml
new file mode 100644
index 00000000..5fa59d5e
--- /dev/null
+++ b/graphics/sprites/monsters/rowboat.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/rowboat.png" width="192" height="156"/>
+ <action name="stand" imageset="base">
+ <animation direction="up">
+ <frame index="8"/>
+ </animation>
+ <animation direction="down">
+ <frame index="12"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="4"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="up">
+ <frame index="8" delay="200"/>
+ <frame index="9" delay="180"/>
+ <frame index="10" delay="180"/>
+ <frame index="11" delay="180"/>
+ </animation>
+ <animation direction="down">
+ <frame index="12" delay="200"/>
+ <frame index="13" delay="180"/>
+ <frame index="14" delay="180"/>
+ <frame index="15" delay="180"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" delay="180"/>
+ <frame index="2" delay="180"/>
+ <frame index="1" delay="180"/>
+ <frame index="0" delay="200"/>
+ </animation>
+ <animation direction="left">
+ <frame index="4" delay="200"/>
+ <frame index="5" delay="180"/>
+ <frame index="6" delay="180"/>
+ <frame index="7" delay="180"/>
+ </animation>
+ </action>
+
+</sprite>