diff options
Diffstat (limited to 'graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml')
-rw-r--r-- | graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml index 6aac520a..9affd612 100644 --- a/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml +++ b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.xml @@ -1,11 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0" offsetY="8"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="8"/> + </animation> + </action> </sprite> |