blob: 4a04d60cdd94f55a1fc10bf00f0c1d1a0f1f5bac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
;
; particles/vortex.ini
; jumpgate vortex particles
;
[particles]
[sprites]
texture=fx/engine_smoke
lifespan=2500
interval=50
spawnradius=64
cone=60
radius=16 32
alpha=0.25 0
offset=0.75
speed=2 4
color=0 255 255
scaled=true
[sprites]
texture=fx/engine_smoke
lifespan=2500
interval=50
spawnradius=64
cone=600
radius=16 32
alpha=0.25 0
offset=0.75
speed=2 4
color=128 128 128
scaled=true
[sprites]
texture=fx/flare04
spawnradius=8
cone=75
speed=4 8
lifespan=1250
interval=10
radius=2 4 0
alpha=0.5 0
color=255 255 192
scaled=true
|