blob: ae3ef825b910b3bee8f16cf923a8deda4eb513d4 (
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="hair"
src="graphics/sprites/accessories/enora-hair.png"
width="18"
height="20" />
<action name="stand" imageset="hair">
<animation>
<sequence start="0" end="3" delay="250" offsetY="-41"/>
<frame index="2" delay="200" offsetY="-41"/>
<frame index="1" delay="300" offsetY="-41"/>
<sequence start="2" end="3" delay="250" offsetY="-41"/>
<frame index="2" delay="200" offsetY="-41"/>
<frame index="1" delay="200" offsetY="-41"/>
</animation>
</action>
</sprite>
|