blob: 7443ba7300a6234ff52e1b22cf047e3785e0fa40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2015 Evol Online -->
<sprite>
<imageset name="sprite"
src="{src}"
width="{width}"
height="{height}"/>
<action name="stand" imageset="sprite">
{stand}</action>
<action name="walk" imageset="sprite">
{walk}</action>
<action name="attack" imageset="sprite">
{attack}</action>
<action name="dead" imageset="sprite">
{dead}</action>
</sprite>
|