diff options
Diffstat (limited to 'graphics/sprites/error.xml')
-rw-r--r-- | graphics/sprites/error.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/sprites/error.xml b/graphics/sprites/error.xml index 3504bd01..43146339 100644 --- a/graphics/sprites/error.xml +++ b/graphics/sprites/error.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/error.png" width="29" height="9" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> -</sprite>
\ No newline at end of file + <imageset name="base" src="graphics/sprites/error.png" width="29" height="9"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |