diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-16 17:31:35 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-16 17:31:35 +0000 |
commit | 94d5f752a3fbda4fe0b6d684804ec26d5f461a3e (patch) | |
tree | 116615b027ab538c25817d1402c5262a36a52851 /graphics/sprites/npc-treasurebox.xml | |
parent | f895e397e64c468aaf27abe0f892c511fca1d616 (diff) | |
download | clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.tar.gz clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.tar.bz2 clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.tar.xz clientdata-94d5f752a3fbda4fe0b6d684804ec26d5f461a3e.zip |
Merged in the differences with the client trunk data, in preparation of client
trunk data removal (please don't modify stuff there anymore, do it here).
Diffstat (limited to 'graphics/sprites/npc-treasurebox.xml')
-rw-r--r-- | graphics/sprites/npc-treasurebox.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npc-treasurebox.xml b/graphics/sprites/npc-treasurebox.xml new file mode 100644 index 00000000..e54d825a --- /dev/null +++ b/graphics/sprites/npc-treasurebox.xml @@ -0,0 +1,9 @@ +<?xml version = '1.0'?> +<sprite action="stand" name="open-treasure-npc" > + <imageset width="64" height="64" name="base" src="graphics/sprites/npc-treasurebox.png" /> + <action imageset="base" name="stand" > + <animation stand="default" > + <sequence end="6" delay="75" start="0" /> + </animation> + </action> +</sprite> |