blob: e936f32ddd18cbdcc80d33ce820ca3c0c240e657 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0"?>
<sprite variants="2" variant_offset="1">
<imageset name="base"
src="graphics/sprites/npcs/sprite/ice_cage.png"
width="80"
height="103"/>
<action name="stand" imageset="base">
<animation direction="default">
<frame index="0"/>
<end/>
</animation>
</action>
</sprite>
|