Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 39cd740f778bffa99b127ab4c931236daa88daeb (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]

	[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.5 0.0
	; middle point offset [0-1}, default 0.5
	offset=0.1
	; particle color
	color=255 255 255
	; particle speed
	speed=32	
	; ejection cone size, in degrees
	cone=0
	; only eject particles when thruster is active
	thrust=true