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/tree.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/tree.xml')
-rw-r--r-- | graphics/sprites/npcs/tree.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/tree.xml b/graphics/sprites/npcs/tree.xml new file mode 100644 index 00000000..79f4fa7b --- /dev/null +++ b/graphics/sprites/npcs/tree.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="3" variant_offset="1"> + <imageset name="base" src="graphics/tiles/Woodland_x3.png" width="64" height="96"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |