blob: 3f773b087262dde04673e19d478937cd2a6f3a2d (
plain) (
tree)
|
|
<?xml version="1.0"?>
<!-- Authors: Hal9OOO (Francesco Miglietta)
Copyright (C) 2012 Evol Online -->
<sprite>
<imageset name="chest" src="graphics/sprites/npcs/sprite/chest-big.png" width="48" height="64"/>
<action name="stand" imageset="chest">
<!-- Chest Closed. -->
<animation direction="default">
<frame index="0" offsetX="16"/>
</animation>
<!-- Chest Opening. -->
<animation direction="left">
<sequence value="1,2" delay="110" offsetX="16"/>
</animation>
<!-- Chest Opened. -->
<animation direction="up">
<frame index="3" offsetX="16"/>
</animation>
<!-- Chest Closing. -->
<animation direction="right">
<sequence value="2,1" delay="110" offsetX="16"/>
</animation>
</action>
</sprite>
|