diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-19 18:32:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-19 18:32:24 -0300 |
commit | 00b933760e03fa6d74b97486fa8379e66635d750 (patch) | |
tree | c3ec8cadebe6fd0034f19cbfdcfb41cb0473ef22 /graphics/sprites | |
parent | 01677e8de61a0b55962f764bacccd260e7fe9734 (diff) | |
download | clientdata-00b933760e03fa6d74b97486fa8379e66635d750.tar.gz clientdata-00b933760e03fa6d74b97486fa8379e66635d750.tar.bz2 clientdata-00b933760e03fa6d74b97486fa8379e66635d750.tar.xz clientdata-00b933760e03fa6d74b97486fa8379e66635d750.zip |
Easter NPC (what the hell is that scary thing)
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/sprite/easter.png | bin | 0 -> 2097 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/easter.xml | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/easter.png b/graphics/sprites/npcs/sprite/easter.png Binary files differnew file mode 100644 index 00000000..3ecc34a6 --- /dev/null +++ b/graphics/sprites/npcs/sprite/easter.png diff --git a/graphics/sprites/npcs/xml/easter.xml b/graphics/sprites/npcs/xml/easter.xml new file mode 100644 index 00000000..1e6aabdd --- /dev/null +++ b/graphics/sprites/npcs/xml/easter.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/easter.png" width="40" height="80" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + <end/> + </animation> + </action> +</sprite> |