blob: 182b6a7392589b16ac4c4c04809625f96483c111 (
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=360
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=360
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=360
speed=16 32
lifespan=1500
interval=10
radius=4 8 0
alpha=0.5 0
color=255 255 192
scaled=true
|