blob: 2229e35f4b97a599da7abc5acf2a03d92a9de0b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<!-- Author from The Mana World
Copyright (C) 2010-2012 Evol Online -->
<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>
|