Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epoxy
GitHub Repository: epoxy/proj11
Path: blob/master/SLICK_HOME/testdata/endlessexplosion.xml
1457 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<system additive="true" points="false">
3
<emitter imageName="" name="Explosion" renderType="inherit" useAdditive="false" useOriented="false">
4
<spawnInterval enabled="false" max="100.0" min="100.0"/>
5
<spawnCount enabled="true" max="5.0" min="5.0"/>
6
<initialLife enabled="true" max="1500.0" min="1000.0"/>
7
<initialSize enabled="true" max="30.0" min="20.0"/>
8
<xOffset enabled="false" max="0.0" min="0.0"/>
9
<yOffset enabled="false" max="0.0" min="0.0"/>
10
<initialDistance enabled="false" max="0.0" min="0.0"/>
11
<speed enabled="false" max="50.0" min="50.0"/>
12
<length enabled="false" max="1000.0" min="1000.0"/>
13
<emitCount enabled="false" max="1000.0" min="1000.0"/>
14
<spread type="random" value="360.0"/>
15
<angularOffset type="simple" value="0.0"/>
16
<growthFactor type="simple" value="26.0"/>
17
<gravityFactor type="simple" value="0.0"/>
18
<windFactor type="simple" value="0.0"/>
19
<startAlpha type="simple" value="255.0"/>
20
<endAlpha type="simple" value="0.0"/>
21
<alpha active="false" max="255" min="0" type="linear">
22
<point x="0.0" y="0.0"/>
23
<point x="1.0" y="255.0"/>
24
</alpha>
25
<size active="false" max="255" min="0" type="linear">
26
<point x="0.0" y="0.0"/>
27
<point x="1.0" y="255.0"/>
28
</size>
29
<velocity active="false" max="1" min="0" type="linear">
30
<point x="0.0" y="0.0"/>
31
<point x="1.0" y="1.0"/>
32
</velocity>
33
<scaleY active="false" max="1" min="0" type="linear">
34
<point x="0.0" y="0.0"/>
35
<point x="1.0" y="1.0"/>
36
</scaleY>
37
<color>
38
<step b="0.2" g="1.0" offset="0.0" r="1.0"/>
39
<step b="0.0" g="0.0" offset="1.0" r="1.0"/>
40
</color>
41
</emitter>
42
</system>
43
44