summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-02-06 18:21:53 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-02-06 18:21:53 +0100
commit0ee3b0ea13f0b81f72e5a1099af05e07e26b0179 (patch)
treebca1aa60ab1a725e7af6632987de3e632fcdfaa8 /graphics
parent73f6d0d721d7141b4eec742406b70e7c7b2afbb9 (diff)
parent0339ca93875b8c9c80c131aa9cd701a3098892d6 (diff)
downloadclientdata-0ee3b0ea13f0b81f72e5a1099af05e07e26b0179.tar.gz
clientdata-0ee3b0ea13f0b81f72e5a1099af05e07e26b0179.tar.bz2
clientdata-0ee3b0ea13f0b81f72e5a1099af05e07e26b0179.tar.xz
clientdata-0ee3b0ea13f0b81f72e5a1099af05e07e26b0179.zip
Merge branch 'master' of gitorious.org:~wombat/tmwdata/cache-clientdata
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/polter.particle.xml31
-rw-r--r--graphics/particles/spectre.particle.xml31
-rw-r--r--graphics/sprites/hairstyle17.pngbin0 -> 4678 bytes
-rw-r--r--graphics/sprites/hairstyle17.xml8
4 files changed, 70 insertions, 0 deletions
diff --git a/graphics/particles/polter.particle.xml b/graphics/particles/polter.particle.xml
new file mode 100644
index 00000000..723bbb28
--- /dev/null
+++ b/graphics/particles/polter.particle.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+
+<!--
+A circle on the ground 60 pixels in diameter made from particles.
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "48"
+ >
+ <emitter>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="-16" max="16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="power" min="0.4" max="2"/>
+ <property name="lifetime" value="160"/>
+ <property name="fade-out" value="40" />
+ <property name="fade-in" value="40" />
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.1" />
+ <property name="alpha" value="0.5" />
+ <property name="image" value="graphics/particles/star-small.png|W:#77ffdd,77ddff" />
+ <property name="follow-parent" />
+ </emitter>
+ </particle>
+</effect>
+
diff --git a/graphics/particles/spectre.particle.xml b/graphics/particles/spectre.particle.xml
new file mode 100644
index 00000000..097e0fed
--- /dev/null
+++ b/graphics/particles/spectre.particle.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+
+<!--
+A circle on the ground 60 pixels in diameter made from particles.
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "48"
+ >
+ <emitter>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="-16" max="16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="power" min="0.4" max="2"/>
+ <property name="lifetime" value="160"/>
+ <property name="fade-out" value="40" />
+ <property name="fade-in" value="40" />
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.1" />
+ <property name="alpha" value="0.5" />
+ <property name="image" value="graphics/particles/star-small.png|W:#ff77dd,dd77ff" />
+ <property name="follow-parent" />
+ </emitter>
+ </particle>
+</effect>
+
diff --git a/graphics/sprites/hairstyle17.png b/graphics/sprites/hairstyle17.png
new file mode 100644
index 00000000..8a80a0a1
--- /dev/null
+++ b/graphics/sprites/hairstyle17.png
Binary files differ
diff --git a/graphics/sprites/hairstyle17.xml b/graphics/sprites/hairstyle17.xml
new file mode 100644
index 00000000..6c6e4cea
--- /dev/null
+++ b/graphics/sprites/hairstyle17.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/hairstyle17.png|W" width="40" height="40" />
+
+ <include file="hairstyle1.xml"/>
+
+</sprite>