summaryrefslogtreecommitdiff
path: root/graphics/particles/beam-crit.xml
blob: 1d5ba24555cefa203e9d6776e8baeb714694eac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!-- Author: Ledmitz -->
<effect>
  <particle position-x="0" position-y="0" position-z="48" lifetime="100">
    <emitter>
      <property name="lifetime" min="3" max="33"/>
      <property name="output" value="1"/>
      <property name="gravity" value="0.1"/>
      <property name="fade-out" value="7"/>
      <animation imageset="graphics/particles/beam-crit.png|W:#ffff00" width="64" height="64">
        <sequence start="0" end="3" delay="3"/>
      </animation>
      <animation imageset="graphics/particles/beam-crit.png|W:#0000ff" width="64" height="64">
        <sequence start="0" end="3" delay="7"/>
      </animation>
      <animation imageset="graphics/particles/beam-crit.png|W:#00ff00" width="64" height="64">
        <sequence start="0" end="3" delay="11"/>
      </animation>
    </emitter>
  </particle>
</effect>