blob: 694b858987ca09c46cf9728a9155fe6577b3d8e0 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<!-- Authors: Hal9OOO (Francesco Miglietta)
Copyright (C) 2011-2012 Evol Online -->
<sprite>
<imageset name="chest" src="graphics/sprites/npcs/sprite/chest.png" width="32" height="32"/>
<action name="stand" imageset="chest">
<!-- Chest Closes -->
<animation direction="default">
<frame index="0" delay="1000"/>
</animation>
<!-- Chest Opens -->
<animation direction="up">
<frame index="1" delay="250"/>
<frame index="2" delay="6000"/>
<frame index="1" delay="250"/>
</animation>
</action>
</sprite>
|