diff options
Diffstat (limited to 'graphics/sprites/monsters/clover.xml')
-rw-r--r-- | graphics/sprites/monsters/clover.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/sprites/monsters/clover.xml b/graphics/sprites/monsters/clover.xml deleted file mode 100644 index a3976baf..00000000 --- a/graphics/sprites/monsters/clover.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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> |