blob: 3de6ca77eaa690319f4644c272d8d9f9030d69b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Jesusalva
Copyright (C) 2018-2018 The Mana World 2 -->
<sprite variants="9" variant_offset="1">
<imageset name="npc"
src="graphics/sprites/npcs/sprite/soulmenhirs_x2.png|S"
width="64"
height="64"/>
<action name="stand" imageset="npc">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|