diff options
Diffstat (limited to 'graphics/sprites/error.xml')
-rw-r--r-- | graphics/sprites/error.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/sprites/error.xml b/graphics/sprites/error.xml index 5315286c..6f799493 100644 --- a/graphics/sprites/error.xml +++ b/graphics/sprites/error.xml @@ -1,14 +1,12 @@ <?xml version="1.0"?> - -<!-- Author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> - +<!-- Original Author possible tmw, tmw br, ufb projects +Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="error" src="graphics/sprites/error.png" width="29" height="9"/> + <imageset name="base" src="graphics/sprites/error.png" width="29" height="9" /> - <action name="default" imageset="error"> + <action name="default" imageset="base"> <animation direction="default"> - <frame index="0"/> + <frame index="0" /> </animation> </action> -</sprite> +</sprite>
\ No newline at end of file |