blob: 48e07278bcf917bc668b22be886d02ada7921090 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<sprite variants="40" variant_offset="1">
<imageset name="npc"
src="graphics/tilesets/woodland_village_x2.png"
width="32"
height="64"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|