blob: c9c137f09a3f5d17801bde5d33a9c43ff2932322 (
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) 2016 Evol Online -->
<sprite>
<imageset name="base"
src="graphics/sprites/npcs/sprite/lydon.png"
width="32"
height="64"
offsetY="32"/>
<action name="stand" imageset="base">
<animation direction="default">
<frame index="0" />
</animation>
</action>
</sprite>
|