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