summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: dfbce40f85d32908313f02ad8aba31b2d2aa69b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<!--
Fancy fireworks effect which fills the whole screen.
-->
<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>