summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2009-02-11 17:53:57 +0100
committerPhilipp Sehmisch <tmw@crushnet.org>2009-02-11 17:53:57 +0100
commite52108789e6f8fbcb3c0ddfd610d6e57e7005062 (patch)
tree41a7bd854ebfedbbcd9b8efe96553bfb5d5cbfdb
parent821e70aba08dfd33f575f27450e5b6c193a24bb3 (diff)
downloadclientdata-e52108789e6f8fbcb3c0ddfd610d6e57e7005062.tar.gz
clientdata-e52108789e6f8fbcb3c0ddfd610d6e57e7005062.tar.bz2
clientdata-e52108789e6f8fbcb3c0ddfd610d6e57e7005062.tar.xz
clientdata-e52108789e6f8fbcb3c0ddfd610d6e57e7005062.zip
Added emotion data which got reorganized by Aethyra
-rw-r--r--emotes.xml16
-rw-r--r--graphics/sprites/emote.xml10
-rw-r--r--graphics/sprites/emotions.pngbin18068 -> 19386 bytes
3 files changed, 26 insertions, 0 deletions
diff --git a/emotes.xml b/emotes.xml
new file mode 100644
index 00000000..37fad037
--- /dev/null
+++ b/emotes.xml
@@ -0,0 +1,16 @@
+<emotes>
+ <emote id="0"><sprite name="Disgust" variant="0">emote.xml</sprite></emote>
+ <emote id="1"><sprite name="Surprise" variant="1">emote.xml</sprite></emote>
+ <emote id="2"><sprite name="Happy" variant="2">emote.xml</sprite></emote>
+ <emote id="3"><sprite name="Sad" variant="3">emote.xml</sprite></emote>
+ <emote id="4"><sprite name="Evil" variant="4">emote.xml</sprite></emote>
+ <emote id="5"><sprite name="Wink" variant="5">emote.xml</sprite></emote>
+ <emote id="6"><sprite name="Angel" variant="6">emote.xml</sprite></emote>
+ <emote id="7"><sprite name="Blush" variant="7">emote.xml</sprite></emote>
+ <emote id="8"><sprite name="Tongue" variant="8">emote.xml</sprite></emote>
+ <emote id="9"><sprite name="Grin" variant="9">emote.xml</sprite></emote>
+ <emote id="10"><sprite name="Upset" variant="10">emote.xml</sprite></emote>
+ <emote id="11"><sprite name="Perturbed" variant="11">emote.xml</sprite></emote>
+ <emote id="12"><sprite name="Speech" variant="14">emote.xml</sprite></emote>
+ <emote id="13"><sprite name="Blah Blah Blah" variant="13">emote.xml</sprite></emote>
+</emotes>
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml
new file mode 100644
index 00000000..07a8a5c9
--- /dev/null
+++ b/graphics/sprites/emote.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite variants="15" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/emotions.png" width="30" height="32" />
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0" />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/emotions.png b/graphics/sprites/emotions.png
index 10ad4640..146f2d24 100644
--- a/graphics/sprites/emotions.png
+++ b/graphics/sprites/emotions.png
Binary files differ