summaryrefslogtreecommitdiff
path: root/graphics/particles/fireplace.particle.xml
blob: da043ccf49cd6c44a5f5122633702ae6d3bd6f4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>

<effect>
	<particle
		position-x = "0"
		position-y = "32"
		position-z = "16"
		>
		<emitter>
			<property name="position-x" min="0" max="32"/>
			<property name="position-y" min="-24" max="-8"/>
			<property name="horizontal-angle" min="0" max="360"/>
			<property name="vertical-angle" min="0" max="90"/>
			<property name="power" min="0.25" max="0.5"/>
			<property name="gravity" value="-0.05"/>
			<property name="image" value="graphics/particles/blaze.png"/>
			<property name="lifetime" min="20" max="30"/>
			<property name="output" min="0" max="6"/>
			<property name="fade-in" value="0"/>
			<property name="fade-out" value="30"/>
		</emitter>
	</particle>
</effect>