summaryrefslogtreecommitdiff
path: root/graphics/sprites/error.xml
blob: c1466306621a304821d88f58ee1f45874ea0d1cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2012-2013 Evol Online -->
<sprite>
    <imageset name="error"
        src="graphics/sprites/error.png"
        width="32"
        height="32"/>

    <action name="default" imageset="error">
        <animation direction="default">
            <frame index="0"/>
        </animation>
    </action>
</sprite>