summaryrefslogblamecommitdiff
path: root/graphics/sprites/monsters/snowflower.xml
blob: ab98e29839b4216ae8c3e9e56a2254818d6c034c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                                      
<?xml version="1.0"?>
<sprite>

	<imageset name="base" src="graphics/sprites/monsters/snowflower.png" width="29" height="27" />

	<action name="stand" imageset="base">
		<animation>
			<frame index="0"/>
		</animation>
	</action>

	<action name="dead" imageset="base">
		<animation>
			<frame index="1"/>
		</animation>
	</action>

</sprite>