
<demo name="animated gif" width="640" height="480" bpp="32" fullscreen="0" showfps="0" >
	<create/>

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

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

	<add type="gifplay" name="boo" />
	<boo filename="animcow.gif" speed="0.035">
	<gl>
		<depth	active="1"
			test="0"
			write="0">
		</depth>
		<alpha	active="1"
			blend="1"
			blendsrc="4"
			blenddst="5"
			mask="1"
			maskvalue="0.5">
		</alpha>
	</gl>
	</boo>

	<draworder effect="clear" effect="boo"/>

	<load/>
	<run/>
</demo>