summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/weapon-fire.xml
blob: 2ef30eae36dedbae0f0b931359d80061e2157513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2013 Evol Online -->

<sprite>
    <imageset name="icon"
              src="graphics/sprites/icons/weapon-fire.png"
              width="14"
              height="14"
              offsetY="-14"/>

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