diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-26 10:12:14 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-26 10:12:14 +0000 |
commit | 9dbadcc5eedbf05cc226aac834fec94de90af6d3 (patch) | |
tree | d8f7f3e3fa1a343034d95d68d054cf9cb05b607f /graphics/sprites/error.xml | |
parent | 6cbb525a07ccb20996118ae908878a6b5a65e03b (diff) | |
download | clientdata-9dbadcc5eedbf05cc226aac834fec94de90af6d3.tar.gz clientdata-9dbadcc5eedbf05cc226aac834fec94de90af6d3.tar.bz2 clientdata-9dbadcc5eedbf05cc226aac834fec94de90af6d3.tar.xz clientdata-9dbadcc5eedbf05cc226aac834fec94de90af6d3.zip |
Equipment database namespace and support for gender specific equipment sprites
Diffstat (limited to 'graphics/sprites/error.xml')
-rw-r--r-- | graphics/sprites/error.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/error.xml b/graphics/sprites/error.xml new file mode 100644 index 00000000..51b27345 --- /dev/null +++ b/graphics/sprites/error.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/images/error.png" width="29" height="9" />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" />
+ </animation>
+ </action>
+</sprite>
\ No newline at end of file |