function main()
	Is3D( FALSE );

	AddBackground( "CrashSite\\engine_fingerprint" );
	
	-- Hotspot
	AddSprite(  HEngineFingerprint, 165, 149, 77, 77, nil, ACTIVE, 0, 0, TOOLS );

	AddEffectTool( fingerdust );
	AddEffectTexture( OEngineFingerprint, 140, 119, 128, 128, "obj_eng_fp.dds" );
	AddEffectHotspot( 165, 149, 77, 77 );
end