blob: 176341db57d4962e6d44e9da4506d6e4d38d36cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2015 - 2020 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/artis-sewer-wheel.png"
width="32"
height="32"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
<action name="move" imageset="npc">
<!-- Opening -->
<animation direction="default">
<sequence start="0" end="7" delay="50" repeat="4"/>
<end/>
</animation>
</action>
</sprite>
|