summaryrefslogtreecommitdiff
path: root/graphics/particles/casket-monster.xml
blob: 8511851d240b34361d0771a56c0477e6591a58e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>

<effect>
	<!-- The monster portion of the casket trap-->
	<particle position-x="100" position-y="0" position-z="97" lifetime="110">
		<emitter>
		<property name="position-y" value="114" />
		<property name="lifetime" value="110"/>
		<property name="output" value="1"/>
		<property name="output-pause" value="15"/>
		<animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96">
            <sequence start="0" end="9" delay="100" />
			<frame index="0" delay="100"/>
        </animation>
		</emitter>
	</particle>
	
</effect>