diff options
author | wushin <pasekei@gmail.com> | 2013-06-21 12:20:26 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-06-21 12:20:26 -0500 |
commit | 167037588493963062a4a4e95e94ea1d3ab83b85 (patch) | |
tree | f77245f365c8291c0f3b303716cc931f18a9130e /graphics | |
parent | 9e44e336c6701d0d386f7592f03048448a3344ff (diff) | |
download | clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.tar.gz clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.tar.bz2 clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.tar.xz clientdata-167037588493963062a4a4e95e94ea1d3ab83b85.zip |
adding new NPC supply chest to replace the treasure chest in the mines.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/npc-supply-crate.png | bin | 0 -> 1824 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/npc-supply-crate.xml | 9 |
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 Binary files differnew file mode 100644 index 00000000..f9aa2c52 --- /dev/null +++ b/graphics/sprites/npcs/npc-supply-crate.png 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> |