summaryrefslogtreecommitdiff
path: root/graphics/sprites/resource-plant.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-08-29 15:10:52 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-08-29 15:10:52 +0000
commitbe733014cd2a5733ba19281a2301730a823f6d4a (patch)
treeb74ed009074e4f31d9974b5ed903334f50a5f89a /graphics/sprites/resource-plant.xml
parentea03da696669cfa0f9b473913e1c9412c60028ad (diff)
downloadclientdata-be733014cd2a5733ba19281a2301730a823f6d4a.tar.gz
clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.tar.bz2
clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.tar.xz
clientdata-be733014cd2a5733ba19281a2301730a823f6d4a.zip
sprites and inventory icons for alchemy system.
Diffstat (limited to 'graphics/sprites/resource-plant.xml')
-rw-r--r--graphics/sprites/resource-plant.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/resource-plant.xml b/graphics/sprites/resource-plant.xml
new file mode 100644
index 00000000..c61ccbcd
--- /dev/null
+++ b/graphics/sprites/resource-plant.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<sprite>
+
+ <imageset name="base" src="graphics/sprites/resource-plant.png|W" width="46" height="42" />
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+
+</sprite> \ No newline at end of file