blob: 4735fdeff97e983c01d56a9c99a2a333e1637784 (
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: Reid
Copyright (C) 2016 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/mona.png"
width="32"
height="64"/>
<action name="stand" imageset="npc">
<animation direction="default">
<sequence value="0,1,2,1,2" delay="110"/>
</animation>
</action>
</sprite>
|