diff options
Diffstat (limited to 'graphics/sprites/npcs/npc-supply-crate.xml')
-rw-r--r-- | graphics/sprites/npcs/npc-supply-crate.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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> |