Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: e99a0cecc0abbcd3eb1f493d2c1e9b33b9474335 (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
;
; particles/factorysmoke.ini
; fire/smoke exhaust effect for the colonial factory

[particles]

	; fire effect
	[sprites]
	texture=fx/explosion01_15
	lifespan=4000
	interval=75
	radius=64 256 16
	spawnradius=8
	alpha=0 0.5 0
	offset=.25
	speed=16
	cone=20
	
	; smoke effect
	[sprites]
	texture=fx/engine_smoke
	lifespan=2500
	interval=50
	spawnradius=16
	cone=10
	radius=32 512
	alpha=0 0.5 0
	offset=0.5
	speed=76
	color=0.7 0.7 0.7
	colorsecond=0.2 0.2 0.2