summaryrefslogtreecommitdiff
path: root/graphics/sprites
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-10-30 14:30:30 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-10-30 14:30:30 +0000
commit2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed (patch)
tree65d8ed7fdddd940e5ddea4f2385df011ab6d0140 /graphics/sprites
parent1cf04b261d85288cbed471b099fdad3daebb9faa (diff)
downloadclientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.tar.gz
clientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.tar.bz2
clientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.tar.xz
clientdata-2b6d2434880f4d1796b0f6b73de18e3ebc3ed2ed.zip
Added new monsters
Diffstat (limited to 'graphics/sprites')
-rw-r--r--graphics/sprites/Makefile.am4
-rw-r--r--graphics/sprites/monster21.pngbin0 -> 22942 bytes
-rw-r--r--graphics/sprites/monster21.xml55
-rw-r--r--graphics/sprites/monster22.pngbin0 -> 24644 bytes
-rw-r--r--graphics/sprites/monster22.xml55
5 files changed, 114 insertions, 0 deletions
diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am
index a8f5c276..96023550 100644
--- a/graphics/sprites/Makefile.am
+++ b/graphics/sprites/Makefile.am
@@ -79,6 +79,10 @@ sprites_DATA = \
monster19.xml \
monster20.png \
monster20.xml \
+ monster21.png \
+ monster21.xml \
+ monster22.png \
+ monster22.xml \
npcs.png \
npc.xml \
player_female_base.png \
diff --git a/graphics/sprites/monster21.png b/graphics/sprites/monster21.png
new file mode 100644
index 00000000..843a7a5f
--- /dev/null
+++ b/graphics/sprites/monster21.png
Binary files differ
diff --git a/graphics/sprites/monster21.xml b/graphics/sprites/monster21.xml
new file mode 100644
index 00000000..6c449ffd
--- /dev/null
+++ b/graphics/sprites/monster21.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster21.png" width="50" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="4" delay="100" />
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="14" delay="100" />
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="24" delay="100" />
+ </animation>
+ <animation direction="right">
+ <sequence start="31" end="34" delay="100" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="9" />
+ </animation>
+ <animation direction="left">
+ <frame index="19" />
+ </animation>
+ <animation direction="up">
+ <frame index="29" />
+ </animation>
+ <animation direction="right">
+ <frame index="39" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="8" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="18" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="25" end="28" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="33" end="38" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file
diff --git a/graphics/sprites/monster22.png b/graphics/sprites/monster22.png
new file mode 100644
index 00000000..5d1b3a48
--- /dev/null
+++ b/graphics/sprites/monster22.png
Binary files differ
diff --git a/graphics/sprites/monster22.xml b/graphics/sprites/monster22.xml
new file mode 100644
index 00000000..98f11d85
--- /dev/null
+++ b/graphics/sprites/monster22.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/monster22.png" width="50" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="4" delay="100" />
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="14" delay="100" />
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="24" delay="100" />
+ </animation>
+ <animation direction="right">
+ <sequence start="31" end="34" delay="100" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="9" />
+ </animation>
+ <animation direction="left">
+ <frame index="19" />
+ </animation>
+ <animation direction="up">
+ <frame index="29" />
+ </animation>
+ <animation direction="right">
+ <frame index="39" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="8" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="18" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="25" end="28" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="33" end="38" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file