Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: b6c7a2d4998f67ca6303246ccdaa887b3b966ad2 (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
46
47
48
;
; particles/engine_smoke.ini
; engine smoke particles
;

[particles]

	[sprites]
	texture=fx/engine_smoke
	lifespan=2500
	interval=20
	spawnradius=24
	cone=15
	radius=0 32  
	alpha=0.25 0
	offset=0.25
	speed=2
	color=0.7 0.7 0.7
	colorsecond=0.2 0.2 0.2
	thrust=true
	impulse=false
	attached=false

	[sprites]
	texture=fx/flare04
	spawnradius=30
	cone=0.5
	speed=64 96
	lifespan=1500
	interval=5
	radius=6 10 2
	alpha=0.5 0
	color=1 1 1
	attached=false
	impulse=true
	thrust=false
	
; 	[flares]
; 	texture=fx/engine_ring
; 	speed=128
; 	lifespan=1000
; 	interval=250
; 	radius=30 32
; 	alpha=0.5 0
; 	color=0 1 1
; 	impulse=true
; 	thrust=false
; 	attached=true