diff options
author | wushin <pasekei@gmail.com> | 2013-12-25 09:01:12 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-12-25 09:01:12 -0600 |
commit | 2e40aced83a1f11c9fed38b6ee4a7bdfc64af8d0 (patch) | |
tree | d783115860d8c25bb56c69f2b32b24bf9b1a17bc /graphics/sprites/npcs/present.xml | |
parent | e6fe61806db6bdd8a95c64d96b12b8ba42de0d96 (diff) | |
download | clientdata-2e40aced83a1f11c9fed38b6ee4a7bdfc64af8d0.tar.gz clientdata-2e40aced83a1f11c9fed38b6ee4a7bdfc64af8d0.tar.bz2 clientdata-2e40aced83a1f11c9fed38b6ee4a7bdfc64af8d0.tar.xz clientdata-2e40aced83a1f11c9fed38b6ee4a7bdfc64af8d0.zip |
Npc Changes for Annual Xmas
Diffstat (limited to 'graphics/sprites/npcs/present.xml')
-rw-r--r-- | graphics/sprites/npcs/present.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/present.xml b/graphics/sprites/npcs/present.xml new file mode 100644 index 00000000..e32272b1 --- /dev/null +++ b/graphics/sprites/npcs/present.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/items/generic/presentbox.png|R;W;" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |