summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: 597839ab32f5c0b57a0c07bea2f701a101399532 (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
26
<?xml version="1.0"?>
<!--
Fancy fireworks effect which fills the whole screen.
-->
<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2011  Evol Online -->
<effect>
	<particle
		position-x = "0"
		position-y = "0"
		position-z = "1"
		size-adjustable = "true"
		>
		<emitter>
			<property name="position-x" min="0" max="32"/>
			<property name="position-y" min="0" max="48"/>
			<property name="image" value="graphics/particles/star-medium.png"/>
			<property name="gravity" value="-0.003"/>
			<property name="lifetime" value="90"/>
			<property name="output" min="0" max="1"/>
			<property name="output-pause" min="0" max="10"/>
			<property name="fade-in" value="30"/>
			<property name="fade-out" value="30"/>
		</emitter>
	</particle>
</effect>