blob: 46e276207b12da9ce52a7bc74c19fe0e4ab01b38 (
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
45
|
;
; particles/neutron1.ini
; Neutron cannon particles
;
[particles]
[sprites]
texture=fx/flare01
lifespan=1000
interval=50
radius=8 2
alpha=0.75 0
speed=8
cone=150
color=0 255 0
[trail]
texture=fx/engine_trail
lifespan=500
interval=200
radius=4
alpha=0.5
color=0 196 0
[sprites]
texture=fx/flare04
cone=30
speed=128
lifespan=1500
interval=8
radius=8 8 2
alpha=0.75 0
color=0 255 0
attached=true
[flares]
texture=fx/engine_ring
speed=128
lifespan=1500
interval=250
radius=30 32
alpha=0.5 0
color=0 196 0
attached=true
|