blob: 0c3ec3ba22bce5b67ec2749d3b797a2d77dcc6b8 (
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: Alige
Copyright (C) 2013 Evol Online -->
<sprite>
<imageset name="target-small"
src="themes/mana/target-cursor-normal-s.png"
width="44"
height="35"/>
<action name="default" imageset="target-small">
<animation direction="default">
<sequence start="0" end="7" delay="100"/>
</animation>
</action>
</sprite>
|