blob: 8fdb8274a433f69a7e007f78a5ee58bdcc5f3717 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<!-- 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>
|