function main()

	Is3D( FALSE );

	AddBackground( "MainLab\\evidence" );

	-- Displayable objects
	AddSprite( EOBJ_Spring_Zoom, 192, 128, 256, 256, "Evidence\\obj_spring_Zoom.dds", VISIBLE );
	
end