blob: 63965ecf60b2bcda7f054c08b47f9e95a9cbb6fb (
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) 2015 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/terry.png"
width="32"
height="64"/>
<action name="stand" imageset="npc">
<!-- Flask animation -->
<animation direction="default">
<frame index="1"/>
</animation>
<!-- Static Flask -->
<animation direction="up">
<frame index="0"/>
</animation>
</action>
</sprite>
|