blob: 4e1be4633974b43bfc1b36b6b0f7eba02b78874e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Jesusalva
Copyright (C) 2019 Moubootaur Legends -->
<sprite>
<imageset name="icon"
src="graphics/sprites/icons/curse.png"
width="30"
height="36"/>
<action name="default" imageset="icon">
<animation direction="default">
<sequence start="0" end="2" delay="100"/>
</animation>
</action>
</sprite>
|