blob: 747fcc6e367b45a8651116b2f8327d6e8b5613ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/accessories/water-splash.png"
width="32"
height="32"/>
<action name="stand" imageset="npc">
<animation direction="default">
<label name="start"/>
<frame index="6" delay="100"/>
<goto label="splash" rand="2"/>
<goto label="start" rand="100"/>
<label name="splash"/>
<sequence start="0" end="5" delay="130"/>
</animation>
</action>
</sprite>
|