function main()
	Is3D( FALSE );

	AddBackground( "Shed\\still_shed_thread" );

	-- Displayable objects w/ hotspot
	AddSprite( OShedThread, 274, 83, 64, 128, "obj_shedthread.dds", VISIBLE+ACTIVE, 0, 0, TOOLS );
end