
	<texture mode="create" name="rt_dog" width="256" height="256" bpp="32" renderable="1"/>

	<add type="cellulartexture" name="wobble"/>
	<wobble tech="TestFX8"  texture="rt_dog"/>

	<add type="dogtail" name="dog"/>
	<add type="dogtail" name="dog2"/>
	<add type="dogtail" name="dog3"/>
	<dog speed="0.1" texture="Data/Textures/blocky3.tga"/>
	<dog2 speed="0.2" texture="Data/Textures/blocky3.tga"/>
	<dog3 speed="-0.3" texture="Data/Textures/blocky3.tga"/>

	** part2 starts 1:32 (92)
	<event time="97.9">
		<cellular tech="TestFX3" speed="3"/>
		<drawscript>
			<draw fx="clear"/>
			<draw fx="dog"/>
			<draw fx="dog2"/>
			<draw fx="dog3"/>
		</drawscript>
	</event>

	** strings start 1:45
	<event time="113">
		<cellular speed="3"/>
		<drawscript>
			<draw fx="clear"/>
			<draw fx="cellular"/>
		</drawscript>
	</event>

