summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-16 17:31:35 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-16 17:31:35 +0000
commit94d5f752a3fbda4fe0b6d684804ec26d5f461a3e (patch)
tree116615b027ab538c25817d1402c5262a36a52851 /graphics
parentf895e397e64c468aaf27abe0f892c511fca1d616 (diff)
downloadclientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.tar.gz
clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.tar.bz2
clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.tar.xz
clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.zip
Merged in the differences with the client trunk data, in preparation of client
trunk data removal (please don't modify stuff there anymore, do it here).
Diffstat (limited to 'graphics')
-rw-r--r--graphics/items/armor-ring-agility-rough.pngbin0 -> 495 bytes
-rw-r--r--graphics/items/armor-ring-dexterity-rough.pngbin0 -> 496 bytes
-rw-r--r--graphics/items/armor-ring-intelligence-rough.pngbin0 -> 496 bytes
-rw-r--r--graphics/items/armor-ring-strength-rough.pngbin0 -> 522 bytes
-rw-r--r--graphics/items/armor-ring-vitality-rough.pngbin0 -> 496 bytes
-rw-r--r--graphics/items/armor-ring-willpower-rough.pngbin0 -> 496 bytes
-rw-r--r--graphics/sprites/npc-test.pngbin0 -> 27664 bytes
-rw-r--r--graphics/sprites/npc-test.xml32
-rw-r--r--graphics/sprites/npc-treasurebox.pngbin0 -> 5096 bytes
-rw-r--r--graphics/sprites/npc-treasurebox.xml9
10 files changed, 41 insertions, 0 deletions
diff --git a/graphics/items/armor-ring-agility-rough.png b/graphics/items/armor-ring-agility-rough.png
new file mode 100644
index 00000000..ce3a3b14
--- /dev/null
+++ b/graphics/items/armor-ring-agility-rough.png
Binary files differ
diff --git a/graphics/items/armor-ring-dexterity-rough.png b/graphics/items/armor-ring-dexterity-rough.png
new file mode 100644
index 00000000..2ae35f49
--- /dev/null
+++ b/graphics/items/armor-ring-dexterity-rough.png
Binary files differ
diff --git a/graphics/items/armor-ring-intelligence-rough.png b/graphics/items/armor-ring-intelligence-rough.png
new file mode 100644
index 00000000..eabaf93e
--- /dev/null
+++ b/graphics/items/armor-ring-intelligence-rough.png
Binary files differ
diff --git a/graphics/items/armor-ring-strength-rough.png b/graphics/items/armor-ring-strength-rough.png
new file mode 100644
index 00000000..b860d6e3
--- /dev/null
+++ b/graphics/items/armor-ring-strength-rough.png
Binary files differ
diff --git a/graphics/items/armor-ring-vitality-rough.png b/graphics/items/armor-ring-vitality-rough.png
new file mode 100644
index 00000000..8577e2ff
--- /dev/null
+++ b/graphics/items/armor-ring-vitality-rough.png
Binary files differ
diff --git a/graphics/items/armor-ring-willpower-rough.png b/graphics/items/armor-ring-willpower-rough.png
new file mode 100644
index 00000000..1fd2b566
--- /dev/null
+++ b/graphics/items/armor-ring-willpower-rough.png
Binary files differ
diff --git a/graphics/sprites/npc-test.png b/graphics/sprites/npc-test.png
new file mode 100644
index 00000000..eb8f2f22
--- /dev/null
+++ b/graphics/sprites/npc-test.png
Binary files differ
diff --git a/graphics/sprites/npc-test.xml b/graphics/sprites/npc-test.xml
new file mode 100644
index 00000000..a221dbe6
--- /dev/null
+++ b/graphics/sprites/npc-test.xml
@@ -0,0 +1,32 @@
+<?xml version = '1.0'?>
+<sprite action="stand" name="npc" >
+ <imageset width="64" height="64" name="base" src="graphics/sprites/npc-test.png" />
+ <action imageset="base" name="stand" >
+ <animation direction="down" >
+ <frame index="0" />
+ </animation>
+ <animation direction="left" >
+ <frame index="7" />
+ </animation>
+ <animation direction="up" >
+ <frame index="14" />
+ </animation>
+ <animation direction="right" >
+ <frame index="21" />
+ </animation>
+ </action>
+ <action imageset="base" name="walk" >
+ <animation direction="down" >
+ <sequence end="6" delay="75" start="1" />
+ </animation>
+ <animation direction="left" >
+ <sequence end="13" delay="75" start="8" />
+ </animation>
+ <animation direction="up" >
+ <sequence end="20" delay="75" start="15" />
+ </animation>
+ <animation direction="right" >
+ <sequence end="27" delay="75" start="22" />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/npc-treasurebox.png b/graphics/sprites/npc-treasurebox.png
new file mode 100644
index 00000000..09e602a8
--- /dev/null
+++ b/graphics/sprites/npc-treasurebox.png
Binary files differ
diff --git a/graphics/sprites/npc-treasurebox.xml b/graphics/sprites/npc-treasurebox.xml
new file mode 100644
index 00000000..e54d825a
--- /dev/null
+++ b/graphics/sprites/npc-treasurebox.xml
@@ -0,0 +1,9 @@
+<?xml version = '1.0'?>
+<sprite action="stand" name="open-treasure-npc" >
+ <imageset width="64" height="64" name="base" src="graphics/sprites/npc-treasurebox.png" />
+ <action imageset="base" name="stand" >
+ <animation stand="default" >
+ <sequence end="6" delay="75" start="0" />
+ </animation>
+ </action>
+</sprite>