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