
<demo name="particlebox5" width="640" height="480" bpp="32" fullscreen="0">

	<loadplugin file="../fx/fx_main.dll"/>
	<loadplugin file="../fx/fx_rawhed.dll"/>

	<add type="clear" name="clear"/>
	<clear color="0xff000000"/>

	<add type="picture" name="pic1"/>
	<pic1 area_pos="0.0,0.0" area_size="1.0,1.0" filename="faktory_logo_alpha.png">
	<gl restore="1">
		<alpha	active="1"
			blend="1"
			blendsrc="4"
			blenddst="5"
			mask="1"
			maskvalue="0.8"/>
	</gl>
	</pic1>

	<add type="particlebox" name="part"></add>
	<part		area_size="1.0,1.0" area_pos="0.0,0.0"
			texture="particleblue.tga"
			number="100"
			speed="3"
			dim="500,500,500"
			spawndim="1,1,100"
			dirmin="0,0,0"
			dirmax="0,0,0"
			tra="0,0,0"
			rot="0,0,0"
			sca="1,10,10"
			trainc="0,0,0"
			rotinc="0.0,0,0.0"
			scainc="0,0.0,0"
			pdir="0.1,0,0.0"
			prot="0.0,0.006,0.01"
			color="0xffffffff"
			src="1"
			dst="1"/>

	<add type="particlebox" name="part2"></add>
	<part2		area_size="1.0,1.0" area_pos="0.0,0.0"
			texture="particleorange.tga"
			number="100"
			speed="3"
			dim="500,500,500"
			spawndim="1,1,100"
			dirmin="0,0,0"
			dirmax="0,0,0"
			tra="0,0,0"
			rot="0,0,0"
			sca="10,1,10"
			trainc="0,0,0"
			rotinc="0.0,0,0.0"
			scainc="0,0.0,0"
			pdir="0.1,0,0.0"
			prot="0.0,0.006,-0.01"
			color="0xffffffff"
			src="1"
			dst="1"/>

	<draworder effect="clear" effect="part" effect="part2" effect="pic1"/>

	<load/>
	<run/>

</demo>