blob: 6e156dd271bf8d6356d03a0cd0b87354627a69a5 (
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
|
;
; particles/metrion1.ini
; Neutron cannon particles
;
[particles]
type=spray
texture=fx/flare02
timeout=0.25
eject=0.005
radius=8
alpha=0.7
speed=0.5
entity=true
[particles]
type=spray
texture=fx/flare02
timeout=0.25
eject=0.005
radius=12
alpha=0.7
speed=0.2
entity=false
entitysecond=true
; [particles]
; type=trail
; texture=fx/engine_trail
; timeout=0.5
; eject=0.2
; radius=4
; alpha=0.5
;
; [particles]
; type=trail
; texture=fx/engine_trail
; timeout=0.5
; eject=0.2
; radius=4
; alpha=0.5
; roll=90
|