blob: 6d16156698a4da06ee3553a83eb187e3315f52ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2011-2015 Evol Online -->
<sprite>
<imageset name="pious"
src="graphics/sprites/monsters/piou.png"
width="10"
height="9"
offsetX="-4"
offsetY="-43"/>
<action name="stand" imageset="pious">
<animation>
<!-- static pious -->
<frame index="5" delay="1000"/>
<!-- biting pious -->
<sequence start="7" end="8" delay="150" repeat="4"/>
</animation>
</action>
</sprite>
|