summaryrefslogtreecommitdiff
path: root/graphics/particles/hive.particle.xml
blob: 7607c9be516d22d4a995b0ef395dc3f995d7e886 (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
24
25
<?xml version="1.0"?>
<effect>
	<particle
		position-x="0"
		position-y="0"
		position-z="45"
		lifetime="-1"
		>
		<emitter>
		<property name="output" min="0" max="1"/>
		<property name="output-pause" value="30"/>
		<property name="lifetime" value="1000"/>
		<property name="power" min="0.1" max="0.7" /> 
		<property name="position-x" min="-5" max="5"/> 
		<property name="position-y" min="-5" max="5"/>
		<property name="acceleration" min="0.007" max="0.02"/>
		<property name="die-distance" value="2"/>
		<property name="randomness" value="10"/>
		<property name="vertical-angle" min="0" max="360"/>
		<property name="horizontal-angle" min="0" max="360"/>
		<property name="gravity" value="0.001"/>
		<property name="image" value="graphics/particles/bee-b.png"/>
		</emitter>
	</particle>
</effect>