blob: d6c9a9900c804fe2f631050abc31ac3d27c9b186 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2013 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/cookiemaster.png"
width="64"
height="128"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0" delay="130"/>
<frame index="1" delay="90"/>
<frame index="2" delay="140"/>
<frame index="1" delay="90"/>
</animation>
</action>
</sprite>
|