diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-30 16:27:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-30 16:27:43 -0300 |
commit | bbb0c5c0a67e71646fab013166f4fc31b9dd6584 (patch) | |
tree | d7f2d15643b015f775d9dd68a1f8dd909225b9d0 /graphics/sprites | |
parent | 2753701fd0619d800fdac01005b43569e215c7c3 (diff) | |
download | clientdata-bbb0c5c0a67e71646fab013166f4fc31b9dd6584.tar.gz clientdata-bbb0c5c0a67e71646fab013166f4fc31b9dd6584.tar.bz2 clientdata-bbb0c5c0a67e71646fab013166f4fc31b9dd6584.tar.xz clientdata-bbb0c5c0a67e71646fab013166f4fc31b9dd6584.zip |
Include a new NPC sprite for May 1st
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/sprite/construction-worker.png | bin | 0 -> 1643 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/construction-worker.xml | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/construction-worker.png b/graphics/sprites/npcs/sprite/construction-worker.png Binary files differnew file mode 100644 index 00000000..37b710b2 --- /dev/null +++ b/graphics/sprites/npcs/sprite/construction-worker.png diff --git a/graphics/sprites/npcs/xml/construction-worker.xml b/graphics/sprites/npcs/xml/construction-worker.xml new file mode 100644 index 00000000..021c3f6c --- /dev/null +++ b/graphics/sprites/npcs/xml/construction-worker.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/construction-worker.png" width="40" height="80" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + <end/> + </animation> + </action> +</sprite> |