diff options
Diffstat (limited to 'graphics/sprites/error.xml')
-rw-r--r-- | graphics/sprites/error.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/sprites/error.xml b/graphics/sprites/error.xml index 51b27345..4d00d62f 100644 --- a/graphics/sprites/error.xml +++ b/graphics/sprites/error.xml @@ -1,10 +1,10 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/images/error.png" width="29" height="9" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" />
- </animation>
- </action>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/images/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 |