blob: d2db46254a5cdb04e7ec52c7c035e8b80e2f4256 (
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: Micksha
Copyright (C) 2018 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/koga.png"
width="672"
height="512"/>
<action name="stand" imageset="npc">
<animation direction="default">
<sequence start="0" end="2" delay="300"/>
</animation>
</action>
</sprite>
|