summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-06-21 22:36:46 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-21 22:36:46 +0200
commit6de854e3b43fedbf7be5c914b6f05812766ccfde (patch)
tree9abba21bae5d9a157c8295c56a0034dd0563b9ff /graphics/sprites/npcs
parent3061d90f72f8e374e457eec9c2b1a32b94b80e0b (diff)
parentfa86b982fd820a4cf7112719bd721db0dc811b28 (diff)
downloadclientdata-6de854e3b43fedbf7be5c914b6f05812766ccfde.tar.gz
clientdata-6de854e3b43fedbf7be5c914b6f05812766ccfde.tar.bz2
clientdata-6de854e3b43fedbf7be5c914b6f05812766ccfde.tar.xz
clientdata-6de854e3b43fedbf7be5c914b6f05812766ccfde.zip
Merge remote-tracking branch 'wushin/tonori-cave-release'
Conflicts: license.txt: graphics/tiles/Woodland_ground.png was changed in master added also enchilado here, since that edit was forgotten npcs.xml: id conflict with trapper and supply chest, moved supply chest down to 378
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r--graphics/sprites/npcs/npc-supply-crate.pngbin0 -> 1824 bytes
-rw-r--r--graphics/sprites/npcs/npc-supply-crate.xml9
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-supply-crate.png b/graphics/sprites/npcs/npc-supply-crate.png
new file mode 100644
index 00000000..f9aa2c52
--- /dev/null
+++ b/graphics/sprites/npcs/npc-supply-crate.png
Binary files differ
diff --git a/graphics/sprites/npcs/npc-supply-crate.xml b/graphics/sprites/npcs/npc-supply-crate.xml
new file mode 100644
index 00000000..7a3357c9
--- /dev/null
+++ b/graphics/sprites/npcs/npc-supply-crate.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/npcs/npc-supply-crate.png" width="64" height="32"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>