diff options
Diffstat (limited to 'graphics/sprites/resource-plant.xml')
-rw-r--r-- | graphics/sprites/resource-plant.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/resource-plant.xml b/graphics/sprites/resource-plant.xml new file mode 100644 index 00000000..c61ccbcd --- /dev/null +++ b/graphics/sprites/resource-plant.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<sprite> + + <imageset name="base" src="graphics/sprites/resource-plant.png|W" width="46" height="42" /> + + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> + +</sprite>
\ No newline at end of file |