blob: 5315286c3d5b8405b6512cfc87a150452697588e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<!-- Author from TMW, TMW BR or UFB projects.
Copyright (C) 2010-2011 Evol Online -->
<sprite>
<imageset name="error" src="graphics/sprites/error.png" width="29" height="9"/>
<action name="default" imageset="error">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|