diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-14 09:07:31 +0200 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-06-14 09:07:31 +0200 |
commit | 5fc2b88cbe7a4d66909010ea833587dd6284e9ee (patch) | |
tree | b01666dea24f7894c2466006891074a2640ab21e /graphics/sprites/monsters/clover.xml | |
parent | 69ced23f3cfb3ade67801e6c3ebc56b3d188c9a1 (diff) | |
download | clientdata-5fc2b88cbe7a4d66909010ea833587dd6284e9ee.tar.gz clientdata-5fc2b88cbe7a4d66909010ea833587dd6284e9ee.tar.bz2 clientdata-5fc2b88cbe7a4d66909010ea833587dd6284e9ee.tar.xz clientdata-5fc2b88cbe7a4d66909010ea833587dd6284e9ee.zip |
Removed the chick and cleaned the sprites folder a bit.
Diffstat (limited to 'graphics/sprites/monsters/clover.xml')
-rw-r--r-- | graphics/sprites/monsters/clover.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/clover.xml b/graphics/sprites/monsters/clover.xml new file mode 100644 index 00000000..450c80a6 --- /dev/null +++ b/graphics/sprites/monsters/clover.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/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> |