summaryrefslogtreecommitdiff
path: root/graphics/particles/levelup.particle.xml
blob: ccdf90449ef553a01834d985d1095d186d2515e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!--
Red stars which are supposed to engulf a character
-->
<effect>
  <particle position-x="0" position-y="0" position-z="0" lifetime="500">
    <emitter>
      <property name="image" value="graphics/particles/star-medium.png|W:#ff0000,ffffff"/>
      <property name="vertical-angle" value="90"/>
      <property name="power" value="2"/>
      <property name="lifetime" value="36"/>
      <property name="output" min="-5" max="1"/>
      <property name="position-x" min="-16" max="16"/>
      <property name="position-y" min="-16" max="16"/>
      <property name="position-z" min="0" max="32"/>
    </emitter>
  </particle>
</effect>