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

[particles]

	[ejector]
	; ejector type
	type=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