blob: b56e9a2ab19392ebe36c910f54f997fa051b9f01 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2015 Evol Online -->
<sprite>
<imageset name="npc"
src="graphics/sprites/npcs/sprite/beuss.png"
width="64"
height="96"/>
<action name="stand" imageset="npc">
<!-- Head down -->
<animation direction="default">
<frame index="1"/>
</animation>
<!-- Head up -->
<animation direction="up">
<frame index="0"/>
</animation>
</action>
</sprite>
|