diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-29 15:10:52 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-08-29 15:10:52 +0000 |
commit | be733014cd2a5733ba19281a2301730a823f6d4a (patch) | |
tree | b74ed009074e4f31d9974b5ed903334f50a5f89a /graphics | |
parent | ea03da696669cfa0f9b473913e1c9412c60028ad (diff) | |
download | clientdata-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')
-rw-r--r-- | graphics/items/generic-herb.png | bin | 0 -> 1427 bytes | |||
-rw-r--r-- | graphics/sprites/resource-plant.png | bin | 0 -> 2510 bytes | |||
-rw-r--r-- | graphics/sprites/resource-plant.xml | 18 |
3 files changed, 18 insertions, 0 deletions
diff --git a/graphics/items/generic-herb.png b/graphics/items/generic-herb.png Binary files differnew file mode 100644 index 00000000..0a832180 --- /dev/null +++ b/graphics/items/generic-herb.png diff --git a/graphics/sprites/resource-plant.png b/graphics/sprites/resource-plant.png Binary files differnew file mode 100644 index 00000000..9de92cac --- /dev/null +++ b/graphics/sprites/resource-plant.png 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 |