blob: 4a433ddf4f62fac4735c43a3c59d9372d895c0b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Saulc
Copyright (C) 2018 TMW2: Moubootaur Legends
-->
<sprite>
<imageset name="base" src="graphics/sprites/monsters/accessories/mediumcircleshadow.png"
width="32"
height="22"/>
<action name="stand" imageset="base">
<animation>
<frame index="0" offsetY="0"/>
</animation>
</action>
</sprite>
|