diff options
Diffstat (limited to 'graphics/sprites/resource-clover.xml')
-rw-r--r-- | graphics/sprites/resource-clover.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/resource-clover.xml b/graphics/sprites/resource-clover.xml new file mode 100644 index 00000000..3e4a365b --- /dev/null +++ b/graphics/sprites/resource-clover.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/resource-clover.png" width="30" height="30" /> + + <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 |