Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 6ce723147045e65b097c0eeed2243836bb50fff5 (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
;
; particles/engine_exhaust.ini
; default engine exhaust particles
;

[particles]

	[trail]
	; texture
	texture=fx/engine_trail
	; lifespan of a particle, in milliseconds
	lifespan=4000
	; ejection interval, in milliseconds
	interval=150
	; radius begin middle end
	radius= 2 8 2
	; alpha begin middle end
	alpha=0.0 0.25 0.0
	; middle point offset [0-1}, default 0.5
	offset=0.1
	; particle speed
	speed=32
	; ejection cone size, in degrees
	cone=0
	; only eject particles when thruster is used
	thrust=true