diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/construction-worker.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/construction-worker.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/construction-worker.xml b/graphics/sprites/npcs/xml/construction-worker.xml new file mode 100644 index 0000000..c16a083 --- /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="38" height="63" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + <end/> + </animation> + </action> +</sprite> |