summaryrefslogtreecommitdiff
path: root/graphics/particles/arrow-particle.xml
blob: 9a8eb4e3baeae67ccb334f09899a361d25f612f5 (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"?>
<effect>
  <particle position-x="0" position-y="0" position-z="32" lifetime="128">
    <rotation imageset="graphics/particles/arrowh.png" width="16" height="16">
      <sequence start="0" end="7"/>
    </rotation>
    <emitter>
      <property name="image" value="graphics/particles/orb-small.png|W:#932a15"/>
      <property name="lifetime" value="90"/>
      <property name="fade-in" value="10"/>
      <property name="fade-out" value="90"/>
      <property name="output" min="0" max="1"/>
      <property name="power" min="0" max="2"/>
      <property name="horizontal-angle" min="-15" max="-175"/>
      <property name="momentum" value="0.95"/>
      <property name="vertical-angle" min="0" max="90"/>
    </emitter>
  </particle>
</effect>